Action not permitted
Modal body text goes here.
Modal Title
Modal Body
CVE-2018-14618 (GCVE-0-2018-14618)
Vulnerability from cvelistv5 – Published: 2018-09-05 19:00 – Updated: 2026-04-15 20:54| URL | Tags |
|---|---|
| https://curl.haxx.se/docs/CVE-2018-14618.html | x_refsource_CONFIRM |
| https://security.gentoo.org/glsa/201903-03 | vendor-advisoryx_refsource_GENTOO |
| https://usn.ubuntu.com/3765-1/ | vendor-advisoryx_refsource_UBUNTU |
| https://access.redhat.com/errata/RHSA-2018:3558 | vendor-advisoryx_refsource_REDHAT |
| https://psirt.global.sonicwall.com/vuln-detail/SN… | x_refsource_CONFIRM |
| https://www.debian.org/security/2018/dsa-4286 | vendor-advisoryx_refsource_DEBIAN |
| http://www.securitytracker.com/id/1041605 | vdb-entryx_refsource_SECTRACK |
| https://usn.ubuntu.com/3765-2/ | vendor-advisoryx_refsource_UBUNTU |
| https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2… | x_refsource_CONFIRM |
| https://cert-portal.siemens.com/productcert/pdf/s… | x_refsource_CONFIRM |
| https://access.redhat.com/errata/RHSA-2019:1880 | vendor-advisoryx_refsource_REDHAT |
{
"containers": {
"adp": [
{
"providerMetadata": {
"dateUpdated": "2024-08-05T09:29:51.906Z",
"orgId": "af854a3a-2127-422b-91ae-364da2661108",
"shortName": "CVE"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"name": "GLSA-201903-03",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO",
"x_transferred"
],
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"name": "USN-3765-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/3765-1/"
},
{
"name": "RHSA-2018:3558",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"name": "DSA-4286",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN",
"x_transferred"
],
"url": "https://www.debian.org/security/2018/dsa-4286"
},
{
"name": "1041605",
"tags": [
"vdb-entry",
"x_refsource_SECTRACK",
"x_transferred"
],
"url": "http://www.securitytracker.com/id/1041605"
},
{
"name": "USN-3765-2",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU",
"x_transferred"
],
"url": "https://usn.ubuntu.com/3765-2/"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"tags": [
"x_refsource_CONFIRM",
"x_transferred"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"name": "RHSA-2019:1880",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT",
"x_transferred"
],
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
}
],
"title": "CVE Program Container"
},
{
"metrics": [
{
"other": {
"content": {
"id": "CVE-2018-14618",
"options": [
{
"Exploitation": "none"
},
{
"Automatable": "no"
},
{
"Technical Impact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-15T20:54:10.806896Z",
"version": "2.0.3"
},
"type": "ssvc"
}
}
],
"providerMetadata": {
"dateUpdated": "2026-04-15T20:54:19.698Z",
"orgId": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"shortName": "CISA-ADP"
},
"title": "CISA ADP Vulnrichment"
}
],
"cna": {
"affected": [
{
"product": "curl",
"vendor": "[UNKNOWN]",
"versions": [
{
"status": "affected",
"version": "7.61.1"
}
]
}
],
"datePublic": "2018-09-05T00:00:00.000Z",
"descriptions": [
{
"lang": "en",
"value": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)"
}
],
"metrics": [
{
"cvssV3_0": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
}
}
],
"problemTypes": [
{
"descriptions": [
{
"cweId": "CWE-131",
"description": "CWE-131",
"lang": "en",
"type": "CWE"
}
]
},
{
"descriptions": [
{
"cweId": "CWE-122",
"description": "CWE-122",
"lang": "en",
"type": "CWE"
}
]
}
],
"providerMetadata": {
"dateUpdated": "2019-07-29T18:06:14.000Z",
"orgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"shortName": "redhat"
},
"references": [
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"name": "GLSA-201903-03",
"tags": [
"vendor-advisory",
"x_refsource_GENTOO"
],
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"name": "USN-3765-1",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/3765-1/"
},
{
"name": "RHSA-2018:3558",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"name": "DSA-4286",
"tags": [
"vendor-advisory",
"x_refsource_DEBIAN"
],
"url": "https://www.debian.org/security/2018/dsa-4286"
},
{
"name": "1041605",
"tags": [
"vdb-entry",
"x_refsource_SECTRACK"
],
"url": "http://www.securitytracker.com/id/1041605"
},
{
"name": "USN-3765-2",
"tags": [
"vendor-advisory",
"x_refsource_UBUNTU"
],
"url": "https://usn.ubuntu.com/3765-2/"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"tags": [
"x_refsource_CONFIRM"
],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"name": "RHSA-2019:1880",
"tags": [
"vendor-advisory",
"x_refsource_REDHAT"
],
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
}
],
"x_legacyV4Record": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2018-14618",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "curl",
"version": {
"version_data": [
{
"version_value": "7.61.1"
}
]
}
}
]
},
"vendor_name": "[UNKNOWN]"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)"
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "7.5/CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
}
]
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-131"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-122"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://curl.haxx.se/docs/CVE-2018-14618.html",
"refsource": "CONFIRM",
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"name": "GLSA-201903-03",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"name": "USN-3765-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3765-1/"
},
{
"name": "RHSA-2018:3558",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"name": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014",
"refsource": "CONFIRM",
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"name": "DSA-4286",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2018/dsa-4286"
},
{
"name": "1041605",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id/1041605"
},
{
"name": "USN-3765-2",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3765-2/"
},
{
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618",
"refsource": "CONFIRM",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf",
"refsource": "CONFIRM",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"name": "RHSA-2019:1880",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
}
]
}
}
}
},
"cveMetadata": {
"assignerOrgId": "53f830b8-0a3f-465b-8143-3b8a9948e749",
"assignerShortName": "redhat",
"cveId": "CVE-2018-14618",
"datePublished": "2018-09-05T19:00:00.000Z",
"dateReserved": "2018-07-27T00:00:00.000Z",
"dateUpdated": "2026-04-15T20:54:19.698Z",
"state": "PUBLISHED"
},
"dataType": "CVE_RECORD",
"dataVersion": "5.2",
"vulnerability-lookup:meta": {
"epss": {
"cve": "CVE-2018-14618",
"date": "2026-06-28",
"epss": "0.10823",
"percentile": "0.95295"
},
"fkie_nvd": {
"configurations": "[{\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:a:haxx:libcurl:*:*:*:*:*:*:*:*\", \"versionEndExcluding\": \"7.61.1\", \"matchCriteriaId\": \"52ABFC88-7FDA-4850-BAAB-EAEBAA132B1A\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*\", \"matchCriteriaId\": \"8D305F7A-D159-4716-AB26-5E38BB5CD991\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"B5A6F2F3-4894-4392-8296-3B8DD2679084\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\", \"matchCriteriaId\": \"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]}, {\"nodes\": [{\"operator\": \"OR\", \"negate\": false, \"cpeMatch\": [{\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"142AD0DD-4CF3-4D74-9442-459CE3347E3A\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:7.4:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"041F9200-4C01-4187-AE34-240E8277B54D\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:7.5:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"4EB48767-F095-444F-9E05-D9AC345AB803\"}, {\"vulnerable\": true, \"criteria\": \"cpe:2.3:o:redhat:enterprise_linux:7.6:*:*:*:*:*:*:*\", \"matchCriteriaId\": \"5F6FA12B-504C-4DBF-A32E-0548557AA2ED\"}]}]}]",
"descriptions": "[{\"lang\": \"en\", \"value\": \"curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)\"}, {\"lang\": \"es\", \"value\": \"curl en versiones anteriores a la 7.61.1 es vulnerable a un desbordamiento de b\\u00fafer en el c\\u00f3digo de autenticaci\\u00f3n NTLM. La funci\\u00f3n interna Curl_ntlm_core_mk_nt_hash multiplica la longitud de la contrase\\u00f1a por dos (SUM) para adivinar qu\\u00e9 tama\\u00f1o debe tener la zona de almacenamiento temporal que se va a asignar desde la memoria din\\u00e1mica (heap). El valor de longitud se emplea a continuaci\\u00f3n para iterar sobre la contrase\\u00f1a y generar una salida en el b\\u00fafer de almacenamiento asignado. En sistemas con un size_t de 32 bits, la matem\\u00e1tica para calcular SUM desencadena un desbordamiento de enteros cuando la contrase\\u00f1a excede los 2 GB (2^31 bytes). Este desbordamiento de enteros suele provocar que un b\\u00fafer muy peque\\u00f1o se asigne en lugar del planeado (uno muy grande), por lo que su uso termina con un desbordamiento de b\\u00fafer basado en memoria din\\u00e1mica (heap). (Este error es casi id\\u00e9ntico a CVE-2017-8816).\"}]",
"id": "CVE-2018-14618",
"lastModified": "2024-11-21T03:49:26.003",
"metrics": "{\"cvssMetricV30\": [{\"source\": \"secalert@redhat.com\", \"type\": \"Secondary\", \"cvssData\": {\"version\": \"3.0\", \"vectorString\": \"CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"baseScore\": 7.5, \"baseSeverity\": \"HIGH\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"REQUIRED\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 1.6, \"impactScore\": 5.9}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"3.0\", \"vectorString\": \"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\", \"baseScore\": 9.8, \"baseSeverity\": \"CRITICAL\", \"attackVector\": \"NETWORK\", \"attackComplexity\": \"LOW\", \"privilegesRequired\": \"NONE\", \"userInteraction\": \"NONE\", \"scope\": \"UNCHANGED\", \"confidentialityImpact\": \"HIGH\", \"integrityImpact\": \"HIGH\", \"availabilityImpact\": \"HIGH\"}, \"exploitabilityScore\": 3.9, \"impactScore\": 5.9}], \"cvssMetricV2\": [{\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"cvssData\": {\"version\": \"2.0\", \"vectorString\": \"AV:N/AC:L/Au:N/C:C/I:C/A:C\", \"baseScore\": 10.0, \"accessVector\": \"NETWORK\", \"accessComplexity\": \"LOW\", \"authentication\": \"NONE\", \"confidentialityImpact\": \"COMPLETE\", \"integrityImpact\": \"COMPLETE\", \"availabilityImpact\": \"COMPLETE\"}, \"baseSeverity\": \"HIGH\", \"exploitabilityScore\": 10.0, \"impactScore\": 10.0, \"acInsufInfo\": false, \"obtainAllPrivilege\": false, \"obtainUserPrivilege\": false, \"obtainOtherPrivilege\": false, \"userInteractionRequired\": false}]}",
"published": "2018-09-05T19:29:00.420",
"references": "[{\"url\": \"http://www.securitytracker.com/id/1041605\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:3558\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:1880\", \"source\": \"secalert@redhat.com\"}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Issue Tracking\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"source\": \"secalert@redhat.com\"}, {\"url\": \"https://curl.haxx.se/docs/CVE-2018-14618.html\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/3765-1/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/3765-2/\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2018/dsa-4286\", \"source\": \"secalert@redhat.com\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"http://www.securitytracker.com/id/1041605\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\", \"VDB Entry\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:3558\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:1880\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Issue Tracking\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\"}, {\"url\": \"https://curl.haxx.se/docs/CVE-2018-14618.html\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Vendor Advisory\"]}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/3765-1/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://usn.ubuntu.com/3765-2/\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}, {\"url\": \"https://www.debian.org/security/2018/dsa-4286\", \"source\": \"af854a3a-2127-422b-91ae-364da2661108\", \"tags\": [\"Third Party Advisory\"]}]",
"sourceIdentifier": "secalert@redhat.com",
"vulnStatus": "Modified",
"weaknesses": "[{\"source\": \"secalert@redhat.com\", \"type\": \"Secondary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-122\"}, {\"lang\": \"en\", \"value\": \"CWE-131\"}]}, {\"source\": \"nvd@nist.gov\", \"type\": \"Primary\", \"description\": [{\"lang\": \"en\", \"value\": \"CWE-190\"}]}]"
},
"nvd": "{\"cve\":{\"id\":\"CVE-2018-14618\",\"sourceIdentifier\":\"secalert@redhat.com\",\"published\":\"2018-09-05T19:29:00.420\",\"lastModified\":\"2024-11-21T03:49:26.003\",\"vulnStatus\":\"Modified\",\"cveTags\":[],\"descriptions\":[{\"lang\":\"en\",\"value\":\"curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)\"},{\"lang\":\"es\",\"value\":\"curl en versiones anteriores a la 7.61.1 es vulnerable a un desbordamiento de b\u00fafer en el c\u00f3digo de autenticaci\u00f3n NTLM. La funci\u00f3n interna Curl_ntlm_core_mk_nt_hash multiplica la longitud de la contrase\u00f1a por dos (SUM) para adivinar qu\u00e9 tama\u00f1o debe tener la zona de almacenamiento temporal que se va a asignar desde la memoria din\u00e1mica (heap). El valor de longitud se emplea a continuaci\u00f3n para iterar sobre la contrase\u00f1a y generar una salida en el b\u00fafer de almacenamiento asignado. En sistemas con un size_t de 32 bits, la matem\u00e1tica para calcular SUM desencadena un desbordamiento de enteros cuando la contrase\u00f1a excede los 2 GB (2^31 bytes). Este desbordamiento de enteros suele provocar que un b\u00fafer muy peque\u00f1o se asigne en lugar del planeado (uno muy grande), por lo que su uso termina con un desbordamiento de b\u00fafer basado en memoria din\u00e1mica (heap). (Este error es casi id\u00e9ntico a CVE-2017-8816).\"}],\"metrics\":{\"cvssMetricV30\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\",\"baseScore\":7.5,\"baseSeverity\":\"HIGH\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"HIGH\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"REQUIRED\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":1.6,\"impactScore\":5.9},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"3.0\",\"vectorString\":\"CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H\",\"baseScore\":9.8,\"baseSeverity\":\"CRITICAL\",\"attackVector\":\"NETWORK\",\"attackComplexity\":\"LOW\",\"privilegesRequired\":\"NONE\",\"userInteraction\":\"NONE\",\"scope\":\"UNCHANGED\",\"confidentialityImpact\":\"HIGH\",\"integrityImpact\":\"HIGH\",\"availabilityImpact\":\"HIGH\"},\"exploitabilityScore\":3.9,\"impactScore\":5.9}],\"cvssMetricV2\":[{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"cvssData\":{\"version\":\"2.0\",\"vectorString\":\"AV:N/AC:L/Au:N/C:C/I:C/A:C\",\"baseScore\":10.0,\"accessVector\":\"NETWORK\",\"accessComplexity\":\"LOW\",\"authentication\":\"NONE\",\"confidentialityImpact\":\"COMPLETE\",\"integrityImpact\":\"COMPLETE\",\"availabilityImpact\":\"COMPLETE\"},\"baseSeverity\":\"HIGH\",\"exploitabilityScore\":10.0,\"impactScore\":10.0,\"acInsufInfo\":false,\"obtainAllPrivilege\":false,\"obtainUserPrivilege\":false,\"obtainOtherPrivilege\":false,\"userInteractionRequired\":false}]},\"weaknesses\":[{\"source\":\"secalert@redhat.com\",\"type\":\"Secondary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-122\"},{\"lang\":\"en\",\"value\":\"CWE-131\"}]},{\"source\":\"nvd@nist.gov\",\"type\":\"Primary\",\"description\":[{\"lang\":\"en\",\"value\":\"CWE-190\"}]}],\"configurations\":[{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:a:haxx:libcurl:*:*:*:*:*:*:*:*\",\"versionEndExcluding\":\"7.61.1\",\"matchCriteriaId\":\"52ABFC88-7FDA-4850-BAAB-EAEBAA132B1A\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*\",\"matchCriteriaId\":\"8D305F7A-D159-4716-AB26-5E38BB5CD991\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"B5A6F2F3-4894-4392-8296-3B8DD2679084\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*\",\"matchCriteriaId\":\"23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"DEECE5FC-CACF-4496-A3E7-164736409252\"}]}]},{\"nodes\":[{\"operator\":\"OR\",\"negate\":false,\"cpeMatch\":[{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"142AD0DD-4CF3-4D74-9442-459CE3347E3A\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.4:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"041F9200-4C01-4187-AE34-240E8277B54D\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.5:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"4EB48767-F095-444F-9E05-D9AC345AB803\"},{\"vulnerable\":true,\"criteria\":\"cpe:2.3:o:redhat:enterprise_linux:7.6:*:*:*:*:*:*:*\",\"matchCriteriaId\":\"5F6FA12B-504C-4DBF-A32E-0548557AA2ED\"}]}]}],\"references\":[{\"url\":\"http://www.securitytracker.com/id/1041605\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:3558\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:1880\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\",\"source\":\"secalert@redhat.com\"},{\"url\":\"https://curl.haxx.se/docs/CVE-2018-14618.html\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201903-03\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3765-1/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3765-2/\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2018/dsa-4286\",\"source\":\"secalert@redhat.com\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"http://www.securitytracker.com/id/1041605\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\",\"VDB Entry\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2018:3558\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://access.redhat.com/errata/RHSA-2019:1880\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Issue Tracking\"]},{\"url\":\"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\"},{\"url\":\"https://curl.haxx.se/docs/CVE-2018-14618.html\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Vendor Advisory\"]},{\"url\":\"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://security.gentoo.org/glsa/201903-03\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3765-1/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://usn.ubuntu.com/3765-2/\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]},{\"url\":\"https://www.debian.org/security/2018/dsa-4286\",\"source\":\"af854a3a-2127-422b-91ae-364da2661108\",\"tags\":[\"Third Party Advisory\"]}]}}",
"vulnrichment": {
"containers": "{\"adp\": [{\"title\": \"CVE Program Container\", \"references\": [{\"url\": \"https://curl.haxx.se/docs/CVE-2018-14618.html\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"name\": \"GLSA-201903-03\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\", \"x_transferred\"]}, {\"url\": \"https://usn.ubuntu.com/3765-1/\", \"name\": \"USN-3765-1\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\", \"x_transferred\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:3558\", \"name\": \"RHSA-2018:3558\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\", \"x_transferred\"]}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://www.debian.org/security/2018/dsa-4286\", \"name\": \"DSA-4286\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\", \"x_transferred\"]}, {\"url\": \"http://www.securitytracker.com/id/1041605\", \"name\": \"1041605\", \"tags\": [\"vdb-entry\", \"x_refsource_SECTRACK\", \"x_transferred\"]}, {\"url\": \"https://usn.ubuntu.com/3765-2/\", \"name\": \"USN-3765-2\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\", \"x_transferred\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"tags\": [\"x_refsource_CONFIRM\", \"x_transferred\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:1880\", \"name\": \"RHSA-2019:1880\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\", \"x_transferred\"]}], \"providerMetadata\": {\"orgId\": \"af854a3a-2127-422b-91ae-364da2661108\", \"shortName\": \"CVE\", \"dateUpdated\": \"2024-08-05T09:29:51.906Z\"}}, {\"title\": \"CISA ADP Vulnrichment\", \"metrics\": [{\"other\": {\"type\": \"ssvc\", \"content\": {\"id\": \"CVE-2018-14618\", \"role\": \"CISA Coordinator\", \"options\": [{\"Exploitation\": \"none\"}, {\"Automatable\": \"no\"}, {\"Technical Impact\": \"total\"}], \"version\": \"2.0.3\", \"timestamp\": \"2026-04-15T20:54:10.806896Z\"}}}], \"providerMetadata\": {\"orgId\": \"134c704f-9b21-4f2e-91b3-4a467353bcc0\", \"shortName\": \"CISA-ADP\", \"dateUpdated\": \"2026-04-15T20:54:16.294Z\"}}], \"cna\": {\"metrics\": [{\"cvssV3_0\": {\"scope\": \"UNCHANGED\", \"version\": \"3.0\", \"baseScore\": 7.5, \"attackVector\": \"NETWORK\", \"baseSeverity\": \"HIGH\", \"vectorString\": \"CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\", \"integrityImpact\": \"HIGH\", \"userInteraction\": \"REQUIRED\", \"attackComplexity\": \"HIGH\", \"availabilityImpact\": \"HIGH\", \"privilegesRequired\": \"NONE\", \"confidentialityImpact\": \"HIGH\"}}], \"affected\": [{\"vendor\": \"[UNKNOWN]\", \"product\": \"curl\", \"versions\": [{\"status\": \"affected\", \"version\": \"7.61.1\"}]}], \"datePublic\": \"2018-09-05T00:00:00.000Z\", \"references\": [{\"url\": \"https://curl.haxx.se/docs/CVE-2018-14618.html\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"name\": \"GLSA-201903-03\", \"tags\": [\"vendor-advisory\", \"x_refsource_GENTOO\"]}, {\"url\": \"https://usn.ubuntu.com/3765-1/\", \"name\": \"USN-3765-1\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:3558\", \"name\": \"RHSA-2018:3558\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://www.debian.org/security/2018/dsa-4286\", \"name\": \"DSA-4286\", \"tags\": [\"vendor-advisory\", \"x_refsource_DEBIAN\"]}, {\"url\": \"http://www.securitytracker.com/id/1041605\", \"name\": \"1041605\", \"tags\": [\"vdb-entry\", \"x_refsource_SECTRACK\"]}, {\"url\": \"https://usn.ubuntu.com/3765-2/\", \"name\": \"USN-3765-2\", \"tags\": [\"vendor-advisory\", \"x_refsource_UBUNTU\"]}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"tags\": [\"x_refsource_CONFIRM\"]}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:1880\", \"name\": \"RHSA-2019:1880\", \"tags\": [\"vendor-advisory\", \"x_refsource_REDHAT\"]}], \"descriptions\": [{\"lang\": \"en\", \"value\": \"curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)\"}], \"problemTypes\": [{\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-131\", \"description\": \"CWE-131\"}]}, {\"descriptions\": [{\"lang\": \"en\", \"type\": \"CWE\", \"cweId\": \"CWE-122\", \"description\": \"CWE-122\"}]}], \"providerMetadata\": {\"orgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"shortName\": \"redhat\", \"dateUpdated\": \"2019-07-29T18:06:14.000Z\"}, \"x_legacyV4Record\": {\"impact\": {\"cvss\": [[{\"version\": \"3.0\", \"vectorString\": \"7.5/CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H\"}]]}, \"affects\": {\"vendor\": {\"vendor_data\": [{\"product\": {\"product_data\": [{\"version\": {\"version_data\": [{\"version_value\": \"7.61.1\"}]}, \"product_name\": \"curl\"}]}, \"vendor_name\": \"[UNKNOWN]\"}]}}, \"data_type\": \"CVE\", \"references\": {\"reference_data\": [{\"url\": \"https://curl.haxx.se/docs/CVE-2018-14618.html\", \"name\": \"https://curl.haxx.se/docs/CVE-2018-14618.html\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://security.gentoo.org/glsa/201903-03\", \"name\": \"GLSA-201903-03\", \"refsource\": \"GENTOO\"}, {\"url\": \"https://usn.ubuntu.com/3765-1/\", \"name\": \"USN-3765-1\", \"refsource\": \"UBUNTU\"}, {\"url\": \"https://access.redhat.com/errata/RHSA-2018:3558\", \"name\": \"RHSA-2018:3558\", \"refsource\": \"REDHAT\"}, {\"url\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\", \"name\": \"https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://www.debian.org/security/2018/dsa-4286\", \"name\": \"DSA-4286\", \"refsource\": \"DEBIAN\"}, {\"url\": \"http://www.securitytracker.com/id/1041605\", \"name\": \"1041605\", \"refsource\": \"SECTRACK\"}, {\"url\": \"https://usn.ubuntu.com/3765-2/\", \"name\": \"USN-3765-2\", \"refsource\": \"UBUNTU\"}, {\"url\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\", \"name\": \"https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"name\": \"https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf\", \"refsource\": \"CONFIRM\"}, {\"url\": \"https://access.redhat.com/errata/RHSA-2019:1880\", \"name\": \"RHSA-2019:1880\", \"refsource\": \"REDHAT\"}]}, \"data_format\": \"MITRE\", \"description\": {\"description_data\": [{\"lang\": \"eng\", \"value\": \"curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)\"}]}, \"problemtype\": {\"problemtype_data\": [{\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-131\"}]}, {\"description\": [{\"lang\": \"eng\", \"value\": \"CWE-122\"}]}]}, \"data_version\": \"4.0\", \"CVE_data_meta\": {\"ID\": \"CVE-2018-14618\", \"STATE\": \"PUBLIC\", \"ASSIGNER\": \"secalert@redhat.com\"}}}}",
"cveMetadata": "{\"cveId\": \"CVE-2018-14618\", \"state\": \"PUBLISHED\", \"dateUpdated\": \"2026-04-15T20:54:19.698Z\", \"dateReserved\": \"2018-07-27T00:00:00.000Z\", \"assignerOrgId\": \"53f830b8-0a3f-465b-8143-3b8a9948e749\", \"datePublished\": \"2018-09-05T19:00:00.000Z\", \"assignerShortName\": \"redhat\"}",
"dataType": "CVE_RECORD",
"dataVersion": "5.2"
}
}
}
厂商已发布漏洞修复程序,请及时关注更新: https://github.com/curl/curl/commit/57d299a499155d4b327e341c6024e293b0418243.patch
| Name | ['PHP libcURL 7.15.4 - 7.61.0', 'Haxx Libcurl >=7.15.4,<=7.61.0'] |
|---|
{
"cves": {
"cve": {
"cveNumber": "CVE-2018-14618"
}
},
"description": "libcurl\u662f\u4e00\u4e2a\u514d\u8d39\u4e14\u6613\u4e8e\u4f7f\u7528\u7684\u5ba2\u6237\u7aefURL\u4f20\u8f93\u5e93\u3002\n\nLibcurl 7.15.4 - 7.61.0\u4e2d\u7684lib/curl_ntlm_core.c\u4e2d\u7684Curl_ntlm_core_mk_nt_hash()\u5b58\u5728\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\u3002\u8fdc\u7a0b\u7528\u6237\u53ef\u901a\u8fc7\u53d1\u9001\u7279\u5236NTLM\u8ba4\u8bc1\u5bc6\u7801\u5229\u7528\u8be5\u6f0f\u6d1e\u5728\u76ee\u6807\u7cfb\u7edf\u4e0a\u6267\u884c\u4efb\u610f\u4ee3\u7801\u3002",
"discovererName": "unknwon",
"formalWay": "\u5382\u5546\u5df2\u53d1\u5e03\u6f0f\u6d1e\u4fee\u590d\u7a0b\u5e8f\uff0c\u8bf7\u53ca\u65f6\u5173\u6ce8\u66f4\u65b0\uff1a\r\nhttps://github.com/curl/curl/commit/57d299a499155d4b327e341c6024e293b0418243.patch",
"isEvent": "\u901a\u7528\u8f6f\u786c\u4ef6\u6f0f\u6d1e",
"number": "CNVD-2019-10132",
"openTime": "2019-04-17",
"patchDescription": "libcurl\u662f\u4e00\u4e2a\u514d\u8d39\u4e14\u6613\u4e8e\u4f7f\u7528\u7684\u5ba2\u6237\u7aefURL\u4f20\u8f93\u5e93\u3002\r\n\r\nLibcurl 7.15.4 - 7.61.0\u4e2d\u7684lib/curl_ntlm_core.c\u4e2d\u7684Curl_ntlm_core_mk_nt_hash()\u5b58\u5728\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\u3002\u8fdc\u7a0b\u7528\u6237\u53ef\u901a\u8fc7\u53d1\u9001\u7279\u5236NTLM\u8ba4\u8bc1\u5bc6\u7801\u5229\u7528\u8be5\u6f0f\u6d1e\u5728\u76ee\u6807\u7cfb\u7edf\u4e0a\u6267\u884c\u4efb\u610f\u4ee3\u7801\u3002\u76ee\u524d\uff0c\u4f9b\u5e94\u5546\u53d1\u5e03\u4e86\u5b89\u5168\u516c\u544a\u53ca\u76f8\u5173\u8865\u4e01\u4fe1\u606f\uff0c\u4fee\u590d\u4e86\u6b64\u6f0f\u6d1e\u3002",
"patchName": "libcurl\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e\u7684\u8865\u4e01",
"products": {
"product": [
"PHP libcURL 7.15.4 - 7.61.0",
"Haxx Libcurl \u003e=7.15.4\uff0c\u003c=7.61.0"
]
},
"referenceLink": "https://curl.haxx.se/docs/CVE-2018-14618.html",
"serverity": "\u9ad8",
"submitTime": "2018-09-06",
"title": "libcurl\u7f13\u51b2\u533a\u6ea2\u51fa\u6f0f\u6d1e"
}
FKIE_CVE-2018-14618
Vulnerability from fkie_nvd - Published: 2018-09-05 19:29 - Updated: 2026-06-17 01:419.8 (Critical) - CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H
| Vendor | Product | Version | |
|---|---|---|---|
| haxx | libcurl | * | |
| canonical | ubuntu_linux | 12.04 | |
| canonical | ubuntu_linux | 14.04 | |
| canonical | ubuntu_linux | 16.04 | |
| canonical | ubuntu_linux | 18.04 | |
| debian | debian_linux | 9.0 | |
| redhat | enterprise_linux | 6.0 | |
| redhat | enterprise_linux | 7.0 | |
| redhat | enterprise_linux | 7.4 | |
| redhat | enterprise_linux | 7.5 | |
| redhat | enterprise_linux | 7.6 |
{
"affected": [
{
"affectedData": [
{
"product": "curl",
"vendor": "[UNKNOWN]",
"versions": [
{
"status": "affected",
"version": "7.61.1"
}
]
}
],
"source": "secalert@redhat.com"
}
],
"configurations": [
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:a:haxx:libcurl:*:*:*:*:*:*:*:*",
"matchCriteriaId": "52ABFC88-7FDA-4850-BAAB-EAEBAA132B1A",
"versionEndExcluding": "7.61.1",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*",
"matchCriteriaId": "8D305F7A-D159-4716-AB26-5E38BB5CD991",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*",
"matchCriteriaId": "B5A6F2F3-4894-4392-8296-3B8DD2679084",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*",
"matchCriteriaId": "F7016A2A-8365-4F1A-89A2-7A19F2BCAE5B",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*",
"matchCriteriaId": "23A7C53F-B80F-4E6A-AFA9-58EEA84BE11D",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"matchCriteriaId": "DEECE5FC-CACF-4496-A3E7-164736409252",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
},
{
"nodes": [
{
"cpeMatch": [
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
"matchCriteriaId": "2F6AB192-9D7D-4A9A-8995-E53A9DE9EAFC",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
"matchCriteriaId": "142AD0DD-4CF3-4D74-9442-459CE3347E3A",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:7.4:*:*:*:*:*:*:*",
"matchCriteriaId": "041F9200-4C01-4187-AE34-240E8277B54D",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:7.5:*:*:*:*:*:*:*",
"matchCriteriaId": "4EB48767-F095-444F-9E05-D9AC345AB803",
"vulnerable": true
},
{
"criteria": "cpe:2.3:o:redhat:enterprise_linux:7.6:*:*:*:*:*:*:*",
"matchCriteriaId": "5F6FA12B-504C-4DBF-A32E-0548557AA2ED",
"vulnerable": true
}
],
"negate": false,
"operator": "OR"
}
]
}
],
"cveTags": [],
"descriptions": [
{
"lang": "en",
"value": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)"
},
{
"lang": "es",
"value": "curl en versiones anteriores a la 7.61.1 es vulnerable a un desbordamiento de b\u00fafer en el c\u00f3digo de autenticaci\u00f3n NTLM. La funci\u00f3n interna Curl_ntlm_core_mk_nt_hash multiplica la longitud de la contrase\u00f1a por dos (SUM) para adivinar qu\u00e9 tama\u00f1o debe tener la zona de almacenamiento temporal que se va a asignar desde la memoria din\u00e1mica (heap). El valor de longitud se emplea a continuaci\u00f3n para iterar sobre la contrase\u00f1a y generar una salida en el b\u00fafer de almacenamiento asignado. En sistemas con un size_t de 32 bits, la matem\u00e1tica para calcular SUM desencadena un desbordamiento de enteros cuando la contrase\u00f1a excede los 2 GB (2^31 bytes). Este desbordamiento de enteros suele provocar que un b\u00fafer muy peque\u00f1o se asigne en lugar del planeado (uno muy grande), por lo que su uso termina con un desbordamiento de b\u00fafer basado en memoria din\u00e1mica (heap). (Este error es casi id\u00e9ntico a CVE-2017-8816)."
}
],
"id": "CVE-2018-14618",
"lastModified": "2026-06-17T01:41:18.100",
"metrics": {
"cvssMetricV2": [
{
"acInsufInfo": false,
"baseSeverity": "HIGH",
"cvssData": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 10.0,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"source": "nvd@nist.gov",
"type": "Primary",
"userInteractionRequired": false
}
],
"cvssMetricV30": [
{
"cvssData": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"exploitabilityScore": 1.6,
"impactScore": 5.9,
"source": "secalert@redhat.com",
"type": "Secondary"
},
{
"cvssData": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9,
"source": "nvd@nist.gov",
"type": "Primary"
}
],
"ssvcV203": [
{
"source": "134c704f-9b21-4f2e-91b3-4a467353bcc0",
"ssvcData": {
"id": "CVE-2018-14618",
"options": [
{
"exploitation": "none"
},
{
"automatable": "no"
},
{
"technicalImpact": "total"
}
],
"role": "CISA Coordinator",
"timestamp": "2026-04-15T20:54:10.806896Z",
"version": "2.0.3"
}
}
]
},
"published": "2018-09-05T19:29:00.420",
"references": [
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securitytracker.com/id/1041605"
},
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"source": "secalert@redhat.com",
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
},
{
"source": "secalert@redhat.com",
"tags": [
"Issue Tracking"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"source": "secalert@redhat.com",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"source": "secalert@redhat.com",
"tags": [
"Vendor Advisory"
],
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory"
],
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3765-1/"
},
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3765-2/"
},
{
"source": "secalert@redhat.com",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2018/dsa-4286"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securitytracker.com/id/1041605"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Issue Tracking"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Vendor Advisory"
],
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3765-1/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3765-2/"
},
{
"source": "af854a3a-2127-422b-91ae-364da2661108",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2018/dsa-4286"
}
],
"sourceIdentifier": "secalert@redhat.com",
"vulnStatus": "Modified",
"weaknesses": [
{
"description": [
{
"lang": "en",
"value": "CWE-122"
},
{
"lang": "en",
"value": "CWE-131"
}
],
"source": "secalert@redhat.com",
"type": "Secondary"
},
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
],
"source": "nvd@nist.gov",
"type": "Primary"
}
]
}
GHSA-4MP9-8964-JXMG
Vulnerability from github – Published: 2022-05-14 01:09 – Updated: 2022-05-14 01:09curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)
{
"affected": [],
"aliases": [
"CVE-2018-14618"
],
"database_specific": {
"cwe_ids": [
"CWE-190"
],
"github_reviewed": false,
"github_reviewed_at": null,
"nvd_published_at": "2018-09-05T19:29:00Z",
"severity": "CRITICAL"
},
"details": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)",
"id": "GHSA-4mp9-8964-jxmg",
"modified": "2022-05-14T01:09:09Z",
"published": "2022-05-14T01:09:09Z",
"references": [
{
"type": "ADVISORY",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14618"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"type": "WEB",
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
},
{
"type": "WEB",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"type": "WEB",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"type": "WEB",
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"type": "WEB",
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"type": "WEB",
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"type": "WEB",
"url": "https://usn.ubuntu.com/3765-1"
},
{
"type": "WEB",
"url": "https://usn.ubuntu.com/3765-2"
},
{
"type": "WEB",
"url": "https://www.debian.org/security/2018/dsa-4286"
},
{
"type": "WEB",
"url": "http://www.securitytracker.com/id/1041605"
}
],
"schema_version": "1.4.0",
"severity": [
{
"score": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"type": "CVSS_V3"
}
]
}
GSD-2018-14618
Vulnerability from gsd - Updated: 2023-12-13 01:22{
"GSD": {
"alias": "CVE-2018-14618",
"description": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)",
"id": "GSD-2018-14618",
"references": [
"https://www.suse.com/security/cve/CVE-2018-14618.html",
"https://www.debian.org/security/2018/dsa-4286",
"https://access.redhat.com/errata/RHBA-2020:0547",
"https://access.redhat.com/errata/RHSA-2019:1880",
"https://access.redhat.com/errata/RHSA-2018:3558",
"https://ubuntu.com/security/CVE-2018-14618",
"https://advisories.mageia.org/CVE-2018-14618.html",
"https://alas.aws.amazon.com/cve/html/CVE-2018-14618.html",
"https://linux.oracle.com/cve/CVE-2018-14618.html"
]
},
"gsd": {
"metadata": {
"exploitCode": "unknown",
"remediation": "unknown",
"reportConfidence": "confirmed",
"type": "vulnerability"
},
"osvSchema": {
"aliases": [
"CVE-2018-14618"
],
"details": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)",
"id": "GSD-2018-14618",
"modified": "2023-12-13T01:22:38.614542Z",
"schema_version": "1.4.0"
}
},
"namespaces": {
"cve.org": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2018-14618",
"STATE": "PUBLIC"
},
"affects": {
"vendor": {
"vendor_data": [
{
"product": {
"product_data": [
{
"product_name": "curl",
"version": {
"version_data": [
{
"version_value": "7.61.1"
}
]
}
}
]
},
"vendor_name": "[UNKNOWN]"
}
]
}
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "eng",
"value": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)"
}
]
},
"impact": {
"cvss": [
[
{
"vectorString": "7.5/CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
}
]
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "eng",
"value": "CWE-131"
}
]
},
{
"description": [
{
"lang": "eng",
"value": "CWE-122"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://curl.haxx.se/docs/CVE-2018-14618.html",
"refsource": "CONFIRM",
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"name": "GLSA-201903-03",
"refsource": "GENTOO",
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"name": "USN-3765-1",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3765-1/"
},
{
"name": "RHSA-2018:3558",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"name": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014",
"refsource": "CONFIRM",
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"name": "DSA-4286",
"refsource": "DEBIAN",
"url": "https://www.debian.org/security/2018/dsa-4286"
},
{
"name": "1041605",
"refsource": "SECTRACK",
"url": "http://www.securitytracker.com/id/1041605"
},
{
"name": "USN-3765-2",
"refsource": "UBUNTU",
"url": "https://usn.ubuntu.com/3765-2/"
},
{
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618",
"refsource": "CONFIRM",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf",
"refsource": "CONFIRM",
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"name": "RHSA-2019:1880",
"refsource": "REDHAT",
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
}
]
}
},
"nvd.nist.gov": {
"configurations": {
"CVE_data_version": "4.0",
"nodes": [
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:a:haxx:libcurl:*:*:*:*:*:*:*:*",
"cpe_name": [],
"versionEndExcluding": "7.61.1",
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:18.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:12.04:*:*:*:esm:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:14.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:canonical:ubuntu_linux:16.04:*:*:*:lts:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:debian:debian_linux:9.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
},
{
"children": [],
"cpe_match": [
{
"cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:6.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:7.5:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:7.6:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:7.0:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
},
{
"cpe23Uri": "cpe:2.3:o:redhat:enterprise_linux:7.4:*:*:*:*:*:*:*",
"cpe_name": [],
"vulnerable": true
}
],
"operator": "OR"
}
]
},
"cve": {
"CVE_data_meta": {
"ASSIGNER": "secalert@redhat.com",
"ID": "CVE-2018-14618"
},
"data_format": "MITRE",
"data_type": "CVE",
"data_version": "4.0",
"description": {
"description_data": [
{
"lang": "en",
"value": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)"
}
]
},
"problemtype": {
"problemtype_data": [
{
"description": [
{
"lang": "en",
"value": "CWE-190"
}
]
}
]
},
"references": {
"reference_data": [
{
"name": "https://curl.haxx.se/docs/CVE-2018-14618.html",
"refsource": "CONFIRM",
"tags": [
"Vendor Advisory"
],
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
},
{
"name": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618",
"refsource": "CONFIRM",
"tags": [
"Issue Tracking"
],
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2018-14618"
},
{
"name": "DSA-4286",
"refsource": "DEBIAN",
"tags": [
"Third Party Advisory"
],
"url": "https://www.debian.org/security/2018/dsa-4286"
},
{
"name": "1041605",
"refsource": "SECTRACK",
"tags": [
"Third Party Advisory",
"VDB Entry"
],
"url": "http://www.securitytracker.com/id/1041605"
},
{
"name": "USN-3765-1",
"refsource": "UBUNTU",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3765-1/"
},
{
"name": "USN-3765-2",
"refsource": "UBUNTU",
"tags": [
"Third Party Advisory"
],
"url": "https://usn.ubuntu.com/3765-2/"
},
{
"name": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014",
"refsource": "CONFIRM",
"tags": [
"Third Party Advisory"
],
"url": "https://psirt.global.sonicwall.com/vuln-detail/SNWLID-2018-0014"
},
{
"name": "RHSA-2018:3558",
"refsource": "REDHAT",
"tags": [
"Third Party Advisory"
],
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"name": "GLSA-201903-03",
"refsource": "GENTOO",
"tags": [
"Third Party Advisory"
],
"url": "https://security.gentoo.org/glsa/201903-03"
},
{
"name": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf",
"refsource": "CONFIRM",
"tags": [],
"url": "https://cert-portal.siemens.com/productcert/pdf/ssa-436177.pdf"
},
{
"name": "RHSA-2019:1880",
"refsource": "REDHAT",
"tags": [],
"url": "https://access.redhat.com/errata/RHSA-2019:1880"
}
]
}
},
"impact": {
"baseMetricV2": {
"acInsufInfo": false,
"cvssV2": {
"accessComplexity": "LOW",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 10.0,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:N/AC:L/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"exploitabilityScore": 10.0,
"impactScore": 10.0,
"obtainAllPrivilege": false,
"obtainOtherPrivilege": false,
"obtainUserPrivilege": false,
"severity": "HIGH",
"userInteractionRequired": false
},
"baseMetricV3": {
"cvssV3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"exploitabilityScore": 3.9,
"impactScore": 5.9
}
},
"lastModifiedDate": "2019-04-22T17:48Z",
"publishedDate": "2018-09-05T19:29Z"
}
}
}
ICSA-19-099-04
Vulnerability from csaf_cisa - Published: 2019-04-09 00:00 - Updated: 2021-03-09 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
All versions < V2.0 HF1 |
Vendor Fix
Vendor Fix
Vendor Fix
fix
Mitigation
|
|
|
SINEMA Remote Connect Server: All versions < V2.0
Siemens / SINEMA Remote Connect Server
|
All versions < V2.0 |
Vendor Fix
Vendor Fix
Mitigation
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
All versions < V2.0 HF1 |
Vendor Fix
Vendor Fix
Vendor Fix
fix
Mitigation
|
|
|
SINEMA Remote Connect Server: All versions < V2.0
Siemens / SINEMA Remote Connect Server
|
All versions < V2.0 |
Vendor Fix
Vendor Fix
Mitigation
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
All versions < V2.0 HF1 |
Vendor Fix
Vendor Fix
Vendor Fix
fix
Mitigation
|
|
|
SINEMA Remote Connect Server: All versions < V2.0
Siemens / SINEMA Remote Connect Server
|
All versions < V2.0 |
Vendor Fix
Vendor Fix
Mitigation
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
All versions < V2.0 HF1 |
Vendor Fix
Vendor Fix
Vendor Fix
fix
Mitigation
|
|
|
SINEMA Remote Connect Server: All versions < V2.0
Siemens / SINEMA Remote Connect Server
|
All versions < V2.0 |
Vendor Fix
Vendor Fix
Mitigation
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
All versions < V2.0 HF1 |
Vendor Fix
Vendor Fix
Mitigation
|
|
|
SINEMA Remote Connect Server: All versions < V2.0
Siemens / SINEMA Remote Connect Server
|
All versions < V2.0 |
Vendor Fix
Vendor Fix
Vendor Fix
fix
Mitigation
|
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA"
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en-US",
"notes": [
{
"category": "general",
"text": "This CSAF advisory was extracted from unstructured data and may contain inaccuracies. If you notice any errors, please reach out to the designated contact at CISA CSAF: central@cisa.dhs.gov",
"title": "CISA Disclaimer"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "summary",
"text": "Successful exploitation of these vulnerabilities could allow an attacker to circumvent the system authorization for certain functionalities, and to execute privileged functions.",
"title": "Risk evaluation"
},
{
"category": "other",
"text": "Chemical, Critical Manufacturing, Energy, Food and Agriculture, Water and Wastewater",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the risk of exploitation of this vulnerability. Specifically, users should:",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.\nCISA also provides a section for control systems security recommended practices on the ICS webpage onus-cert.cisa.gov. Several recommended practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Additional mitigation guidance and recommended practices are publicly available on the ICS webpage on us-cert.cisa.gov in the Technical Information Paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.\nOrganizations observing any suspected malicious activity should follow their established internal procedures and report their findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Impact of libcurl vulnerabilities to other Siemens products:\n\n- - Siemens Security Advisory SSA-936080\n\nFor more details regarding the libcurl vulnerability refer to:\n\n- - Project curl Security Advisory \"NTLM type-2 out-of-bounds buffer\n read\"\n\n- - Project curl Security Advisory \"NTLMv2 type-3 header stack buffer\n overflow\"\n\n- - Project curl Security Advisory \"SMTP end-of-response out-of-bounds\n read\"\n\nFor further inquiries on security vulnerabilities in Siemens products and \nsolutions, please contact the Siemens ProductCERT:\n\nhttps://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "general",
"text": "Impact of libcurl vulnerabilities to other Siemens products: - - Siemens Security Advisory SSA-936080 For more details regarding the libcurl vulnerability refer to: - - Project curl Security Advisory \"NTLM type-2 out-of-bounds buffer read\" - - Project curl Security Advisory \"NTLMv2 type-3 header stack buffer overflow\" - - Project curl Security Advisory \"SMTP end-of-response out-of-bounds read\" For further inquiries on security vulnerabilities in Siemens products and solutions, please contact the Siemens ProductCERT: https://www.siemens.com/cert/advisories",
"title": "Additional Resources"
},
{
"category": "other",
"text": "No known public exploits specifically target these vulnerabilities.",
"title": "Exploitability"
}
],
"publisher": {
"category": "coordinator",
"contact_details": "Email: CISAservicedesk@cisa.dhs.gov;\n Toll Free: 1-888-282-0870",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "ICS Advisory ICSA-19-099-04 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2019/icsa-19-099-04.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-19-099-04 Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-19-099-04"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/ics/tips/ICS-TIP-12-146-01B"
},
{
"category": "external",
"summary": "SSA-496604: SSA-436177: Multiple Vulnerabilities in SINEMA Remote Connect - TXT Version",
"url": "https://cert-portal.siemens.com/productcert/txt/SSA-436177.txt"
}
],
"title": "Siemens SINEMA Remote Connect (Update A)",
"tracking": {
"current_release_date": "2021-03-09T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-19-099-04",
"initial_release_date": "2019-04-09T00:00:00.000000Z",
"revision_history": [
{
"date": "2019-04-09T00:00:00.000000Z",
"legacy_version": "Initial",
"number": "1",
"summary": "ICSA-19-099-04 Siemens SINEMA Remote Connect"
},
{
"date": "2021-03-09T00:00:00.000000Z",
"legacy_version": "A",
"number": "2",
"summary": "ICSA-19-099-04 Siemens SINEMA Remote Connect (Update A)"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "All versions \u003c V2.0 HF1",
"product": {
"name": "SINEMA Remote Connect Client: All versions \u003c V2.0 HF1",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SINEMA Remote Connect Client"
},
{
"branches": [
{
"category": "product_version_range",
"name": "All versions \u003c V2.0",
"product": {
"name": "SINEMA Remote Connect Server: All versions \u003c V2.0",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_name",
"name": "SINEMA Remote Connect Server"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14618",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.15.4 to and including 7.61.0 are vulnerable to a buffer overrun. The flaw is caused by an improper calculation of the required buffer size in the Curl_ntlm_core_mk_nt_hash function of libcurl.",
"title": "Summary"
},
{
"category": "summary",
"text": "The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "https://support.industry.siemens.com/cs/de/en/view/109764829/",
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "external",
"summary": "web.nvd.nist.gov",
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-14618"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Turn off NTLM authentication to mitigate CVE-2018-16890 and\nCVE-2019-3822",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Turn off SMTP to mitigate CVE-2019-3823",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1 - Download: https://support.industry.siemens.com/cs/de/en/view/109764829/ ",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "mitigation",
"details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals. Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
]
},
{
"cve": "CVE-2018-16890",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.34.0 to and including 7.63.0 are vulnerable to a heap buffer out-of-bounds read.",
"title": "Summary"
},
{
"category": "summary",
"text": "The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "https://support.industry.siemens.com/cs/de/en/view/109764829/",
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "external",
"summary": "web.nvd.nist.gov",
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2018-16890"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Turn off NTLM authentication to mitigate CVE-2018-16890 and\nCVE-2019-3822",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Turn off SMTP to mitigate CVE-2019-3823",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1 - Download: https://support.industry.siemens.com/cs/de/en/view/109764829/ ",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "mitigation",
"details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals. Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
]
},
{
"cve": "CVE-2019-3822",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.34.0 to and including 7.63.0 are vulnerable to a stack-based buffer overflow.",
"title": "Summary"
},
{
"category": "summary",
"text": "The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "https://support.industry.siemens.com/cs/de/en/view/109764829/",
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "external",
"summary": "web.nvd.nist.gov",
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-3822"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Turn off NTLM authentication to mitigate CVE-2018-16890 and\nCVE-2019-3822",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Turn off SMTP to mitigate CVE-2019-3823",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1 - Download: https://support.industry.siemens.com/cs/de/en/view/109764829/ ",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "mitigation",
"details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals. Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
]
},
{
"cve": "CVE-2019-3823",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.34.0 to and including 7.63.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP.",
"title": "Summary"
},
{
"category": "summary",
"text": "This vulnerability could allow an attacker to trigger a Denial-of-Service condition on the affected devices.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "https://support.industry.siemens.com/cs/de/en/view/109764829/",
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "external",
"summary": "web.nvd.nist.gov",
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-3823"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Turn off NTLM authentication to mitigate CVE-2018-16890 and\nCVE-2019-3822",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Turn off SMTP to mitigate CVE-2019-3823",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1 - Download: https://support.industry.siemens.com/cs/de/en/view/109764829/ ",
"product_ids": [
"CSAFPID-0001"
],
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "mitigation",
"details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals. Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
]
},
{
"cve": "CVE-2019-6570",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges "
},
"notes": [
{
"category": "summary",
"text": "Due to insufficient checking of user permissions, an attacker may access URLs that require special authorization.",
"title": "Summary"
},
{
"category": "summary",
"text": "An attacker must have access to a low privileged account in order to exploit the vulnerability.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
"references": [
{
"category": "external",
"summary": "https://support.industry.siemens.com/cs/de/en/view/109764829/",
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "external",
"summary": "web.nvd.nist.gov",
"url": "http://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2019-6570"
},
{
"category": "external",
"summary": "www.first.org",
"url": "https://www.first.org/cvss/calculator/3.0#CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "Turn off NTLM authentication to mitigate CVE-2018-16890 and\nCVE-2019-3822",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Turn off SMTP to mitigate CVE-2019-3823",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 - Download: https://support.industry.siemens.com/cs/de/en/view/109764829/ ",
"product_ids": [
"CSAFPID-0002"
],
"url": "https://support.industry.siemens.com/cs/de/en/view/109764829/"
},
{
"category": "mitigation",
"details": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals. Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"product_ids": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001",
"CSAFPID-0002"
]
}
]
}
]
}
ICSA-21-068-10
Vulnerability from csaf_cisa - Published: 2019-04-09 00:00 - Updated: 2021-03-09 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Siemens SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
<V2.0_HF1 |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Siemens SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
<V2.0_HF1 |
Mitigation
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Siemens SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
<V2.0_HF1 |
Mitigation
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Siemens SINEMA Remote Connect Client: All versions < V2.0 HF1
Siemens / SINEMA Remote Connect Client
|
<V2.0_HF1 |
Mitigation
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
|
Siemens SINEMA Remote Connect Server: All versions < V2.0
Siemens / SINEMA Remote Connect Server
|
<V2.0 |
Vendor Fix
|
{
"document": {
"acknowledgments": [
{
"organization": "Siemens ProductCERT",
"summary": "reporting these vulnerabilities to CISA."
}
],
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Disclosure is not limited",
"tlp": {
"label": "WHITE",
"url": "https://us-cert.cisa.gov/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "general",
"text": "As a general security measure, Siemens strongly recommends to protect network access to devices with appropriate mechanisms. In order to operate the devices in a protected IT environment, Siemens recommends to configure the environment according to Siemens\u0027 operational guidelines for Industrial Security (Download: https://www.siemens.com/cert/operational-guidelines-industrial-security), and to follow the recommendations in the product manuals.",
"title": "General Recommendations"
},
{
"category": "general",
"text": "Additional information on Industrial Security by Siemens can be found at: https://www.siemens.com/industrialsecurity",
"title": "Additional Resources"
},
{
"category": "legal_disclaimer",
"text": "Siemens Security Advisories are subject to the terms and conditions contained in Siemens\u0027 underlying license terms or other applicable agreements previously agreed to with Siemens (hereinafter \"License Terms\"). To the extent applicable to information, software or documentation made available in or through a Siemens Security Advisory, the Terms of Use of Siemens\u0027 Global Website (https://www.siemens.com/terms_of_use, hereinafter \"Terms of Use\"), in particular Sections 8-10 of the Terms of Use, shall apply additionally. In case of conflicts, the License Terms shall prevail over the Terms of Use.",
"title": "Terms of Use"
},
{
"category": "legal_disclaimer",
"text": "All information products included in https://us-cert.cisa.gov/ics are provided \"as is\" for informational purposes only. The Department of Homeland Security (DHS) does not provide any warranties of any kind regarding any information contained within. DHS does not endorse any commercial product or service, referenced in this product or otherwise. Further dissemination of this product is governed by the Traffic Light Protocol (TLP) marking in the header. For more information about TLP, see https://us-cert.cisa.gov/tlp/.",
"title": "Legal Notice"
},
{
"category": "other",
"text": "This CISA CSAF advisory was converted from a Siemens ProductCERT\u0027s advisory.",
"title": "Advisory Conversion Disclaimer"
},
{
"category": "other",
"text": "Multiple",
"title": "Critical infrastructure sectors"
},
{
"category": "other",
"text": "Worldwide",
"title": "Countries/areas deployed"
},
{
"category": "other",
"text": "Germany",
"title": "Company headquarters location"
},
{
"category": "general",
"text": "CISA recommends users take defensive measures to minimize the exploitation risk of this vulnerability.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Minimize network exposure for all control system devices and/or systems, and ensure they are not accessible from the internet.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Locate control system networks and remote devices behind firewalls and isolate them from business networks.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "When remote access is required, use more secure methods, such as Virtual Private Networks (VPNs), recognizing VPNs may have vulnerabilities and should be updated to the most recent version available. Also recognize VPN is only as secure as its connected devices.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA reminds organizations to perform proper impact analysis and risk assessment prior to deploying defensive measures.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA also provides a section for control systems security recommended practices on the ICS webpage on cisa.gov. Several CISA products detailing cyber defense best practices are available for reading and download, including Improving Industrial Control Systems Cybersecurity with Defense-in-Depth Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "CISA encourages organizations to implement recommended cybersecurity strategies for proactive defense of ICS assets. Additional mitigation guidance and recommended practices are publicly available on the ICS webpage at cisa.gov in the technical information paper, ICS-TIP-12-146-01B--Targeted Cyber Intrusion Detection and Mitigation Strategies.",
"title": "Recommended Practices"
},
{
"category": "general",
"text": "Organizations observing suspected malicious activity should follow established internal procedures and report findings to CISA for tracking and correlation against other incidents.",
"title": "Recommended Practices"
}
],
"publisher": {
"category": "other",
"contact_details": "central@cisa.dhs.gov",
"name": "CISA",
"namespace": "https://www.cisa.gov/"
},
"references": [
{
"category": "self",
"summary": "SSA-436177: Multiple Vulnerabilities in SINEMA Remote Connect - HTML Version",
"url": "https://cert-portal.siemens.com/productcert/html/ssa-436177.html"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-21-068-10 JSON",
"url": "https://raw.githubusercontent.com/cisagov/CSAF/develop/csaf_files/OT/white/2021/icsa-21-068-10.json"
},
{
"category": "self",
"summary": "ICS Advisory ICSA-21-068-10 - Web Version",
"url": "https://www.cisa.gov/news-events/ics-advisories/icsa-21-068-10"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/alerts/ICS-ALERT-10-301-01"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/resources-tools/resources/ics-recommended-practices"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/topics/industrial-control-systems"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://us-cert.cisa.gov/sites/default/files/recommended_practices/NCCIC_ICS-CERT_Defense_in_Depth_2016_S508C.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/sites/default/files/publications/Cybersecurity_Best_Practices_for_Industrial_Control_Systems.pdf"
},
{
"category": "external",
"summary": "Recommended Practices",
"url": "https://www.cisa.gov/uscert/ics/tips/ICS-TIP-12-146-01B"
}
],
"title": "Siemens SCALANCE and SIMATIC libcurl (Update B)",
"tracking": {
"current_release_date": "2021-03-09T00:00:00.000000Z",
"generator": {
"engine": {
"name": "CISA CSAF Generator",
"version": "1.0.0"
}
},
"id": "ICSA-21-068-10",
"initial_release_date": "2019-04-09T00:00:00.000000Z",
"revision_history": [
{
"date": "2019-04-09T00:00:00.000000Z",
"legacy_version": "1.0",
"number": "1",
"summary": "Publication Date"
},
{
"date": "2021-03-09T00:00:00.000000Z",
"legacy_version": "1.1",
"number": "2",
"summary": "Added CVE-2019-3823"
}
],
"status": "final",
"version": "2"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.0_HF1",
"product": {
"name": "Siemens SINEMA Remote Connect Client: All versions \u003c V2.0 HF1",
"product_id": "CSAFPID-0001"
}
}
],
"category": "product_name",
"name": "SINEMA Remote Connect Client"
},
{
"branches": [
{
"category": "product_version_range",
"name": "\u003cV2.0",
"product": {
"name": "Siemens SINEMA Remote Connect Server: All versions \u003c V2.0",
"product_id": "CSAFPID-0002"
}
}
],
"category": "product_name",
"name": "SINEMA Remote Connect Server"
}
],
"category": "vendor",
"name": "Siemens"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2018-14618",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.15.4 to and including 7.61.0 are vulnerable to a buffer overrun. The flaw is caused by an improper calculation of the required buffer size in the Curl_ntlm_core_mk_nt_hash function of libcurl. The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H/E:U/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-14618"
},
{
"cve": "CVE-2018-16890",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.15.4 to and including 7.61.0 are vulnerable to a buffer overrun. The flaw is caused by an improper calculation of the required buffer size in the Curl_ntlm_core_mk_nt_hash function of libcurl. The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Turn off NTLM authentication to mitigate CVE-2018-16890",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2018-16890"
},
{
"cve": "CVE-2019-3822",
"cwe": {
"id": "CWE-121",
"name": "Stack-based Buffer Overflow"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.15.4 to and including 7.61.0 are vulnerable to a buffer overrun. The flaw is caused by an improper calculation of the required buffer size in the Curl_ntlm_core_mk_nt_hash function of libcurl. The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Turn off NTLM authentication to mitigate CVE-2019-3822",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1",
"product_ids": [
"CSAFPID-0001"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-3822"
},
{
"cve": "CVE-2019-3823",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.15.4 to and including 7.61.0 are vulnerable to a buffer overrun. The flaw is caused by an improper calculation of the required buffer size in the Curl_ntlm_core_mk_nt_hash function of libcurl. The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0001"
]
},
"remediations": [
{
"category": "mitigation",
"details": "Turn off SMTP to mitigate CVE-2019-3823",
"product_ids": [
"CSAFPID-0001"
]
},
{
"category": "vendor_fix",
"details": "Update to V2.0 HF1",
"product_ids": [
"CSAFPID-0001"
]
}
],
"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/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0001"
]
}
],
"title": "CVE-2019-3823"
},
{
"cve": "CVE-2019-6570",
"cwe": {
"id": "CWE-280",
"name": "Improper Handling of Insufficient Permissions or Privileges "
},
"notes": [
{
"category": "summary",
"text": "The libcurl library versions 7.15.4 to and including 7.61.0 are vulnerable to a buffer overrun. The flaw is caused by an improper calculation of the required buffer size in the Curl_ntlm_core_mk_nt_hash function of libcurl. The security vulnerability could be exploited by an attacker providing a malicious HTTP server.",
"title": "Summary"
}
],
"product_status": {
"known_affected": [
"CSAFPID-0002"
]
},
"remediations": [
{
"category": "vendor_fix",
"details": "Update to V2.0",
"product_ids": [
"CSAFPID-0002"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.3,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:H/A:H/E:P/RL:O/RC:C",
"version": "3.1"
},
"products": [
"CSAFPID-0002"
]
}
],
"title": "CVE-2019-6570"
}
]
}
OPENSUSE-SU-2024:10582-1
Vulnerability from csaf_opensuse - Published: 2024-06-15 00:00 - Updated: 2024-06-15 00:00| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64 | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x | — |
Vendor Fix
|
|
| Unresolved product id: openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64 | — |
Vendor Fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://www.suse.com/support/security/rating/",
"text": "moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright 2024 SUSE LLC. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "curl-7.79.1-1.1 on GA media",
"title": "Title of the patch"
},
{
"category": "description",
"text": "These are all security issues fixed in the curl-7.79.1-1.1 package on the GA media of openSUSE Tumbleweed.",
"title": "Description of the patch"
},
{
"category": "details",
"text": "openSUSE-Tumbleweed-2024-10582",
"title": "Patchnames"
},
{
"category": "legal_disclaimer",
"text": "CSAF 2.0 data is provided by SUSE under the Creative Commons License 4.0 with Attribution (CC-BY-4.0).",
"title": "Terms of use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://www.suse.com/support/security/contact/",
"name": "SUSE Product Security Team",
"namespace": "https://www.suse.com/"
},
"references": [
{
"category": "external",
"summary": "SUSE ratings",
"url": "https://www.suse.com/support/security/rating/"
},
{
"category": "self",
"summary": "URL of this CSAF notice",
"url": "https://ftp.suse.com/pub/projects/security/csaf/opensuse-su-2024_10582-1.json"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2006-1061 page",
"url": "https://www.suse.com/security/cve/CVE-2006-1061/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9586 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9586/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2016-9594 page",
"url": "https://www.suse.com/security/cve/CVE-2016-9594/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000099 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000099/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000100 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000100/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000101 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000101/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000254 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000254/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-1000257 page",
"url": "https://www.suse.com/security/cve/CVE-2017-1000257/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-2629 page",
"url": "https://www.suse.com/security/cve/CVE-2017-2629/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-7468 page",
"url": "https://www.suse.com/security/cve/CVE-2017-7468/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-8816 page",
"url": "https://www.suse.com/security/cve/CVE-2017-8816/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-8817 page",
"url": "https://www.suse.com/security/cve/CVE-2017-8817/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-8818 page",
"url": "https://www.suse.com/security/cve/CVE-2017-8818/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2017-9502 page",
"url": "https://www.suse.com/security/cve/CVE-2017-9502/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-0500 page",
"url": "https://www.suse.com/security/cve/CVE-2018-0500/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-1000005 page",
"url": "https://www.suse.com/security/cve/CVE-2018-1000005/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-1000120 page",
"url": "https://www.suse.com/security/cve/CVE-2018-1000120/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-1000122 page",
"url": "https://www.suse.com/security/cve/CVE-2018-1000122/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-1000300 page",
"url": "https://www.suse.com/security/cve/CVE-2018-1000300/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-1000301 page",
"url": "https://www.suse.com/security/cve/CVE-2018-1000301/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-14618 page",
"url": "https://www.suse.com/security/cve/CVE-2018-14618/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16839 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16839/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16840 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16840/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16842 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16842/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2018-16890 page",
"url": "https://www.suse.com/security/cve/CVE-2018-16890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-15601 page",
"url": "https://www.suse.com/security/cve/CVE-2019-15601/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-3822 page",
"url": "https://www.suse.com/security/cve/CVE-2019-3822/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-3823 page",
"url": "https://www.suse.com/security/cve/CVE-2019-3823/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5435 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5435/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5436 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5436/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5481 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5481/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2019-5482 page",
"url": "https://www.suse.com/security/cve/CVE-2019-5482/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8169 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8169/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8231 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8231/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8284 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8284/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8285 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8285/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2020-8286 page",
"url": "https://www.suse.com/security/cve/CVE-2020-8286/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22297 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22297/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22298 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22298/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22876 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22876/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22890 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22890/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22898 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22898/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22901 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22901/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22922 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22922/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22924 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22924/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22945 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22945/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22946 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22946/"
},
{
"category": "self",
"summary": "SUSE CVE CVE-2021-22947 page",
"url": "https://www.suse.com/security/cve/CVE-2021-22947/"
}
],
"title": "curl-7.79.1-1.1 on GA media",
"tracking": {
"current_release_date": "2024-06-15T00:00:00Z",
"generator": {
"date": "2024-06-15T00:00:00Z",
"engine": {
"name": "cve-database.git:bin/generate-csaf.pl",
"version": "1"
}
},
"id": "openSUSE-SU-2024:10582-1",
"initial_release_date": "2024-06-15T00:00:00Z",
"revision_history": [
{
"date": "2024-06-15T00:00:00Z",
"number": "1",
"summary": "Current version"
}
],
"status": "final",
"version": "1"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_version",
"name": "curl-7.79.1-1.1.aarch64",
"product": {
"name": "curl-7.79.1-1.1.aarch64",
"product_id": "curl-7.79.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-7.79.1-1.1.aarch64",
"product": {
"name": "libcurl-devel-7.79.1-1.1.aarch64",
"product_id": "libcurl-devel-7.79.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-7.79.1-1.1.aarch64",
"product": {
"name": "libcurl-devel-32bit-7.79.1-1.1.aarch64",
"product_id": "libcurl-devel-32bit-7.79.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-7.79.1-1.1.aarch64",
"product": {
"name": "libcurl4-7.79.1-1.1.aarch64",
"product_id": "libcurl4-7.79.1-1.1.aarch64"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-7.79.1-1.1.aarch64",
"product": {
"name": "libcurl4-32bit-7.79.1-1.1.aarch64",
"product_id": "libcurl4-32bit-7.79.1-1.1.aarch64"
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-7.79.1-1.1.ppc64le",
"product": {
"name": "curl-7.79.1-1.1.ppc64le",
"product_id": "curl-7.79.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-devel-7.79.1-1.1.ppc64le",
"product": {
"name": "libcurl-devel-7.79.1-1.1.ppc64le",
"product_id": "libcurl-devel-7.79.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"product": {
"name": "libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"product_id": "libcurl-devel-32bit-7.79.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-7.79.1-1.1.ppc64le",
"product": {
"name": "libcurl4-7.79.1-1.1.ppc64le",
"product_id": "libcurl4-7.79.1-1.1.ppc64le"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-7.79.1-1.1.ppc64le",
"product": {
"name": "libcurl4-32bit-7.79.1-1.1.ppc64le",
"product_id": "libcurl4-32bit-7.79.1-1.1.ppc64le"
}
}
],
"category": "architecture",
"name": "ppc64le"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-7.79.1-1.1.s390x",
"product": {
"name": "curl-7.79.1-1.1.s390x",
"product_id": "curl-7.79.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-devel-7.79.1-1.1.s390x",
"product": {
"name": "libcurl-devel-7.79.1-1.1.s390x",
"product_id": "libcurl-devel-7.79.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-7.79.1-1.1.s390x",
"product": {
"name": "libcurl-devel-32bit-7.79.1-1.1.s390x",
"product_id": "libcurl-devel-32bit-7.79.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-7.79.1-1.1.s390x",
"product": {
"name": "libcurl4-7.79.1-1.1.s390x",
"product_id": "libcurl4-7.79.1-1.1.s390x"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-7.79.1-1.1.s390x",
"product": {
"name": "libcurl4-32bit-7.79.1-1.1.s390x",
"product_id": "libcurl4-32bit-7.79.1-1.1.s390x"
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "curl-7.79.1-1.1.x86_64",
"product": {
"name": "curl-7.79.1-1.1.x86_64",
"product_id": "curl-7.79.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-7.79.1-1.1.x86_64",
"product": {
"name": "libcurl-devel-7.79.1-1.1.x86_64",
"product_id": "libcurl-devel-7.79.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl-devel-32bit-7.79.1-1.1.x86_64",
"product": {
"name": "libcurl-devel-32bit-7.79.1-1.1.x86_64",
"product_id": "libcurl-devel-32bit-7.79.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-7.79.1-1.1.x86_64",
"product": {
"name": "libcurl4-7.79.1-1.1.x86_64",
"product_id": "libcurl4-7.79.1-1.1.x86_64"
}
},
{
"category": "product_version",
"name": "libcurl4-32bit-7.79.1-1.1.x86_64",
"product": {
"name": "libcurl4-32bit-7.79.1-1.1.x86_64",
"product_id": "libcurl4-32bit-7.79.1-1.1.x86_64"
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_name",
"name": "openSUSE Tumbleweed",
"product": {
"name": "openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed",
"product_identification_helper": {
"cpe": "cpe:/o:opensuse:tumbleweed"
}
}
}
],
"category": "product_family",
"name": "SUSE Linux Enterprise"
}
],
"category": "vendor",
"name": "SUSE"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-7.79.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64"
},
"product_reference": "curl-7.79.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-7.79.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le"
},
"product_reference": "curl-7.79.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-7.79.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:curl-7.79.1-1.1.s390x"
},
"product_reference": "curl-7.79.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "curl-7.79.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64"
},
"product_reference": "curl-7.79.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-7.79.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64"
},
"product_reference": "libcurl-devel-7.79.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-7.79.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le"
},
"product_reference": "libcurl-devel-7.79.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-7.79.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x"
},
"product_reference": "libcurl-devel-7.79.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-7.79.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64"
},
"product_reference": "libcurl-devel-7.79.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-32bit-7.79.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64"
},
"product_reference": "libcurl-devel-32bit-7.79.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-32bit-7.79.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le"
},
"product_reference": "libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-32bit-7.79.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x"
},
"product_reference": "libcurl-devel-32bit-7.79.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl-devel-32bit-7.79.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64"
},
"product_reference": "libcurl-devel-32bit-7.79.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-7.79.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64"
},
"product_reference": "libcurl4-7.79.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-7.79.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le"
},
"product_reference": "libcurl4-7.79.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-7.79.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x"
},
"product_reference": "libcurl4-7.79.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-7.79.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
},
"product_reference": "libcurl4-7.79.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-7.79.1-1.1.aarch64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64"
},
"product_reference": "libcurl4-32bit-7.79.1-1.1.aarch64",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-7.79.1-1.1.ppc64le as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le"
},
"product_reference": "libcurl4-32bit-7.79.1-1.1.ppc64le",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-7.79.1-1.1.s390x as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x"
},
"product_reference": "libcurl4-32bit-7.79.1-1.1.s390x",
"relates_to_product_reference": "openSUSE Tumbleweed"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "libcurl4-32bit-7.79.1-1.1.x86_64 as component of openSUSE Tumbleweed",
"product_id": "openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64"
},
"product_reference": "libcurl4-32bit-7.79.1-1.1.x86_64",
"relates_to_product_reference": "openSUSE Tumbleweed"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2006-1061",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2006-1061"
}
],
"notes": [
{
"category": "general",
"text": "Heap-based buffer overflow in cURL and libcURL 7.15.0 through 7.15.2 allows remote attackers to execute arbitrary commands via a TFTP URL (tftp://) with a valid hostname and a long path.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2006-1061",
"url": "https://www.suse.com/security/cve/CVE-2006-1061"
},
{
"category": "external",
"summary": "SUSE Bug 157874 for CVE-2006-1061",
"url": "https://bugzilla.suse.com/157874"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2006-1061"
},
{
"cve": "CVE-2016-9586",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9586"
}
],
"notes": [
{
"category": "general",
"text": "curl before version 7.52.0 is vulnerable to a buffer overflow when doing a large floating point output in libcurl\u0027s implementation of the printf() functions. If there are any application that accepts a format string from the outside without necessary input filtering, it could allow remote attacks.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9586",
"url": "https://www.suse.com/security/cve/CVE-2016-9586"
},
{
"category": "external",
"summary": "SUSE Bug 1015332 for CVE-2016-9586",
"url": "https://bugzilla.suse.com/1015332"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2016-9586"
},
{
"cve": "CVE-2016-9594",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2016-9594"
}
],
"notes": [
{
"category": "general",
"text": "curl before version 7.52.1 is vulnerable to an uninitialized random in libcurl\u0027s internal function that returns a good 32bit random value. Having a weak or virtually non-existent random value makes the operations that use it vulnerable.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2016-9594",
"url": "https://www.suse.com/security/cve/CVE-2016-9594"
},
{
"category": "external",
"summary": "SUSE Bug 1016738 for CVE-2016-9594",
"url": "https://bugzilla.suse.com/1016738"
},
{
"category": "external",
"summary": "SUSE Bug 1017161 for CVE-2016-9594",
"url": "https://bugzilla.suse.com/1017161"
},
{
"category": "external",
"summary": "SUSE Bug 1042181 for CVE-2016-9594",
"url": "https://bugzilla.suse.com/1042181"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2016-9594"
},
{
"cve": "CVE-2017-1000099",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000099"
}
],
"notes": [
{
"category": "general",
"text": "When asking to get a file from a file:// URL, libcurl provides a feature that outputs meta-data about the file using HTTP-like headers. The code doing this would send the wrong buffer to the user (stdout or the application\u0027s provide callback), which could lead to other private data from the heap to get inadvertently displayed. The wrong buffer was an uninitialized memory area allocated on the heap and if it turned out to not contain any zero byte, it would continue and display the data following that buffer in memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000099",
"url": "https://www.suse.com/security/cve/CVE-2017-1000099"
},
{
"category": "external",
"summary": "SUSE Bug 1051645 for CVE-2017-1000099",
"url": "https://bugzilla.suse.com/1051645"
},
{
"category": "external",
"summary": "SUSE Bug 1053919 for CVE-2017-1000099",
"url": "https://bugzilla.suse.com/1053919"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-1000099"
},
{
"cve": "CVE-2017-1000100",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000100"
}
],
"notes": [
{
"category": "general",
"text": "When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn\u0027t restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl\u0027s redirect protocols with --proto-redir and libcurl\u0027s with CURLOPT_REDIR_PROTOCOLS.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000100",
"url": "https://www.suse.com/security/cve/CVE-2017-1000100"
},
{
"category": "external",
"summary": "SUSE Bug 1051644 for CVE-2017-1000100",
"url": "https://bugzilla.suse.com/1051644"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.3,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2017-1000100"
},
{
"cve": "CVE-2017-1000101",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000101"
}
],
"notes": [
{
"category": "general",
"text": "curl supports \"globbing\" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numerical range, there was an omission that made curl read a byte beyond the end of the URL if given a carefully crafted, or just wrongly written, URL. The URL is stored in a heap based buffer, so it could then be made to wrongly read something else instead of crashing. An example of a URL that triggers the flaw would be `http://ur%20[0-60000000000000000000`.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000101",
"url": "https://www.suse.com/security/cve/CVE-2017-1000101"
},
{
"category": "external",
"summary": "SUSE Bug 1051643 for CVE-2017-1000101",
"url": "https://bugzilla.suse.com/1051643"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-1000101"
},
{
"cve": "CVE-2017-1000254",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000254"
}
],
"notes": [
{
"category": "general",
"text": "libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in (anonymous or not), it asks the server for the current directory with the `PWD` command. The server then responds with a 257 response containing the path, inside double quotes. The returned path name is then kept by libcurl for subsequent uses. Due to a flaw in the string parser for this directory name, a directory name passed like this but without a closing double quote would lead to libcurl not adding a trailing NUL byte to the buffer holding the name. When libcurl would then later access the string, it could read beyond the allocated heap buffer and crash or wrongly access data beyond the buffer, thinking it was part of the path. A malicious server could abuse this fact and effectively prevent libcurl-based clients to work with it - the PWD command is always issued on new FTP connections and the mistake has a high chance of causing a segfault. The simple fact that this has issue remained undiscovered for this long could suggest that malformed PWD responses are rare in benign servers. We are not aware of any exploit of this flaw. This bug was introduced in commit [415d2e7cb7](https://github.com/curl/curl/commit/415d2e7cb7), March 2005. In libcurl version 7.56.0, the parser always zero terminates the string but also rejects it if not terminated properly with a final double quote.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000254",
"url": "https://www.suse.com/security/cve/CVE-2017-1000254"
},
{
"category": "external",
"summary": "SUSE Bug 1061876 for CVE-2017-1000254",
"url": "https://bugzilla.suse.com/1061876"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2017-1000254"
},
{
"cve": "CVE-2017-1000257",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-1000257"
}
],
"notes": [
{
"category": "general",
"text": "An IMAP FETCH response line indicates the size of the returned data, in number of bytes. When that response says the data is zero bytes, libcurl would pass on that (non-existing) data with a pointer and the size (zero) to the deliver-data function. libcurl\u0027s deliver-data function treats zero as a magic number and invokes strlen() on the data to figure out the length. The strlen() is called on a heap based buffer that might not be zero terminated so libcurl might read beyond the end of it into whatever memory lies after (or just crash) and then deliver that to the application as if it was actually downloaded.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-1000257",
"url": "https://www.suse.com/security/cve/CVE-2017-1000257"
},
{
"category": "external",
"summary": "SUSE Bug 1063824 for CVE-2017-1000257",
"url": "https://bugzilla.suse.com/1063824"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-1000257"
},
{
"cve": "CVE-2017-2629",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-2629"
}
],
"notes": [
{
"category": "general",
"text": "curl before 7.53.0 has an incorrect TLS Certificate Status Request extension feature that asks for a fresh proof of the server\u0027s certificate\u0027s validity in the code that checks for a test success or failure. It ends up always thinking there\u0027s valid proof, even when there is none or if the server doesn\u0027t support the TLS extension in question. This could lead to users not detecting when a server\u0027s certificate goes invalid or otherwise be mislead that the server is in a better shape than it is in reality. This flaw also exists in the command line tool (--cert-status).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-2629",
"url": "https://www.suse.com/security/cve/CVE-2017-2629"
},
{
"category": "external",
"summary": "SUSE Bug 1025379 for CVE-2017-2629",
"url": "https://bugzilla.suse.com/1025379"
},
{
"category": "external",
"summary": "SUSE Bug 1042181 for CVE-2017-2629",
"url": "https://bugzilla.suse.com/1042181"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-2629"
},
{
"cve": "CVE-2017-7468",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-7468"
}
],
"notes": [
{
"category": "general",
"text": "In curl and libcurl 7.52.0 to and including 7.53.1, libcurl would attempt to resume a TLS session even if the client certificate had changed. That is unacceptable since a server by specification is allowed to skip the client certificate check on resume, and may instead use the old identity which was established by the previous certificate (or no certificate). libcurl supports by default the use of TLS session id/ticket to resume previous TLS sessions to speed up subsequent TLS handshakes. They are used when for any reason an existing TLS connection couldn\u0027t be kept alive to make the next handshake faster. This flaw is a regression and identical to CVE-2016-5419 reported on August 3rd 2016, but affecting a different version range.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-7468",
"url": "https://www.suse.com/security/cve/CVE-2017-7468"
},
{
"category": "external",
"summary": "SUSE Bug 1033413 for CVE-2017-7468",
"url": "https://bugzilla.suse.com/1033413"
},
{
"category": "external",
"summary": "SUSE Bug 1033442 for CVE-2017-7468",
"url": "https://bugzilla.suse.com/1033442"
},
{
"category": "external",
"summary": "SUSE Bug 1042181 for CVE-2017-7468",
"url": "https://bugzilla.suse.com/1042181"
},
{
"category": "external",
"summary": "SUSE Bug 991389 for CVE-2017-7468",
"url": "https://bugzilla.suse.com/991389"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2017-7468"
},
{
"cve": "CVE-2017-8816",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-8816"
}
],
"notes": [
{
"category": "general",
"text": "The NTLM authentication feature in curl and libcurl before 7.57.0 on 32-bit platforms allows attackers to cause a denial of service (integer overflow and resultant buffer overflow, and application crash) or possibly have unspecified other impact via vectors involving long user and password fields.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-8816",
"url": "https://www.suse.com/security/cve/CVE-2017-8816"
},
{
"category": "external",
"summary": "SUSE Bug 1069226 for CVE-2017-8816",
"url": "https://bugzilla.suse.com/1069226"
},
{
"category": "external",
"summary": "SUSE Bug 1106019 for CVE-2017-8816",
"url": "https://bugzilla.suse.com/1106019"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-8816"
},
{
"cve": "CVE-2017-8817",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-8817"
}
],
"notes": [
{
"category": "general",
"text": "The FTP wildcard function in curl and libcurl before 7.57.0 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a string that ends with an \u0027[\u0027 character.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-8817",
"url": "https://www.suse.com/security/cve/CVE-2017-8817"
},
{
"category": "external",
"summary": "SUSE Bug 1069222 for CVE-2017-8817",
"url": "https://bugzilla.suse.com/1069222"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-8817"
},
{
"cve": "CVE-2017-8818",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-8818"
}
],
"notes": [
{
"category": "general",
"text": "curl and libcurl before 7.57.0 on 32-bit platforms allow attackers to cause a denial of service (out-of-bounds access and application crash) or possibly have unspecified other impact because too little memory is allocated for interfacing to an SSL library.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-8818",
"url": "https://www.suse.com/security/cve/CVE-2017-8818"
},
{
"category": "external",
"summary": "SUSE Bug 1069714 for CVE-2017-8818",
"url": "https://bugzilla.suse.com/1069714"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2017-8818"
},
{
"cve": "CVE-2017-9502",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2017-9502"
}
],
"notes": [
{
"category": "general",
"text": "In curl before 7.54.1 on Windows and DOS, libcurl\u0027s default protocol function, which is the logic that allows an application to set which protocol libcurl should attempt to use when given a URL without a scheme part, had a flaw that could lead to it overwriting a heap based memory buffer with seven bytes. If the default protocol is specified to be FILE or a file: URL lacks two slashes, the given \"URL\" starts with a drive letter, and libcurl is built for Windows or DOS, then libcurl would copy the path 7 bytes off, so that the end of the given path would write beyond the malloc buffer (7 bytes being the length in bytes of the ascii string \"file://\").",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2017-9502",
"url": "https://www.suse.com/security/cve/CVE-2017-9502"
},
{
"category": "external",
"summary": "SUSE Bug 1044243 for CVE-2017-9502",
"url": "https://bugzilla.suse.com/1044243"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2017-9502"
},
{
"cve": "CVE-2018-0500",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-0500"
}
],
"notes": [
{
"category": "general",
"text": "Curl_smtp_escape_eob in lib/smtp.c in curl 7.54.1 to and including curl 7.60.0 has a heap-based buffer overflow that might be exploitable by an attacker who can control the data that curl transmits over SMTP with certain settings (i.e., use of a nonstandard --limit-rate argument or CURLOPT_BUFFERSIZE value).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-0500",
"url": "https://www.suse.com/security/cve/CVE-2018-0500"
},
{
"category": "external",
"summary": "SUSE Bug 1099793 for CVE-2018-0500",
"url": "https://bugzilla.suse.com/1099793"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2018-0500"
},
{
"cve": "CVE-2018-1000005",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-1000005"
}
],
"notes": [
{
"category": "general",
"text": "libcurl 7.49.0 to and including 7.57.0 contains an out bounds read in code handling HTTP/2 trailers. It was reported (https://github.com/curl/curl/pull/2231) that reading an HTTP/2 trailer could mess up future trailers since the stored size was one byte less than required. The problem is that the code that creates HTTP/1-like headers from the HTTP/2 trailer data once appended a string like `:` to the target buffer, while this was recently changed to `: ` (a space was added after the colon) but the following math wasn\u0027t updated correspondingly. When accessed, the data is read out of bounds and causes either a crash or that the (too large) data gets passed to client write. This could lead to a denial-of-service situation or an information disclosure if someone has a service that echoes back or uses the trailers for something.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-1000005",
"url": "https://www.suse.com/security/cve/CVE-2018-1000005"
},
{
"category": "external",
"summary": "SUSE Bug 1076360 for CVE-2018-1000005",
"url": "https://bugzilla.suse.com/1076360"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2018-1000005"
},
{
"cve": "CVE-2018-1000120",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-1000120"
}
],
"notes": [
{
"category": "general",
"text": "A buffer overflow exists in curl 7.12.3 to and including curl 7.58.0 in the FTP URL handling that allows an attacker to cause a denial of service or worse.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-1000120",
"url": "https://www.suse.com/security/cve/CVE-2018-1000120"
},
{
"category": "external",
"summary": "SUSE Bug 1084521 for CVE-2018-1000120",
"url": "https://bugzilla.suse.com/1084521"
},
{
"category": "external",
"summary": "SUSE Bug 1101811 for CVE-2018-1000120",
"url": "https://bugzilla.suse.com/1101811"
},
{
"category": "external",
"summary": "SUSE Bug 1112526 for CVE-2018-1000120",
"url": "https://bugzilla.suse.com/1112526"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-1000120"
},
{
"cve": "CVE-2018-1000122",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-1000122"
}
],
"notes": [
{
"category": "general",
"text": "A buffer over-read exists in curl 7.20.0 to and including curl 7.58.0 in the RTSP+RTP handling code that allows an attacker to cause a denial of service or information leakage",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-1000122",
"url": "https://www.suse.com/security/cve/CVE-2018-1000122"
},
{
"category": "external",
"summary": "SUSE Bug 1084532 for CVE-2018-1000122",
"url": "https://bugzilla.suse.com/1084532"
},
{
"category": "external",
"summary": "SUSE Bug 1101811 for CVE-2018-1000122",
"url": "https://bugzilla.suse.com/1101811"
},
{
"category": "external",
"summary": "SUSE Bug 1112526 for CVE-2018-1000122",
"url": "https://bugzilla.suse.com/1112526"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-1000122"
},
{
"cve": "CVE-2018-1000300",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-1000300"
}
],
"notes": [
{
"category": "general",
"text": "curl version curl 7.54.1 to and including curl 7.59.0 contains a CWE-122: Heap-based Buffer Overflow vulnerability in denial of service and more that can result in curl might overflow a heap based memory buffer when closing down an FTP connection with very long server command replies.. This vulnerability appears to have been fixed in curl \u003c 7.54.1 and curl \u003e= 7.60.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-1000300",
"url": "https://www.suse.com/security/cve/CVE-2018-1000300"
},
{
"category": "external",
"summary": "SUSE Bug 1092094 for CVE-2018-1000300",
"url": "https://bugzilla.suse.com/1092094"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.8,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2018-1000300"
},
{
"cve": "CVE-2018-1000301",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-1000301"
}
],
"notes": [
{
"category": "general",
"text": "curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability appears to have been fixed in curl \u003c 7.20.0 and curl \u003e= 7.60.0.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-1000301",
"url": "https://www.suse.com/security/cve/CVE-2018-1000301"
},
{
"category": "external",
"summary": "SUSE Bug 1092098 for CVE-2018-1000301",
"url": "https://bugzilla.suse.com/1092098"
},
{
"category": "external",
"summary": "SUSE Bug 1122464 for CVE-2018-1000301",
"url": "https://bugzilla.suse.com/1122464"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 9.1,
"baseSeverity": "CRITICAL",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "critical"
}
],
"title": "CVE-2018-1000301"
},
{
"cve": "CVE-2018-14618",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-14618"
}
],
"notes": [
{
"category": "general",
"text": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-14618",
"url": "https://www.suse.com/security/cve/CVE-2018-14618"
},
{
"category": "external",
"summary": "SUSE Bug 1106019 for CVE-2018-14618",
"url": "https://bugzilla.suse.com/1106019"
},
{
"category": "external",
"summary": "SUSE Bug 1112758 for CVE-2018-14618",
"url": "https://bugzilla.suse.com/1112758"
},
{
"category": "external",
"summary": "SUSE Bug 1122464 for CVE-2018-14618",
"url": "https://bugzilla.suse.com/1122464"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-14618"
},
{
"cve": "CVE-2018-16839",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16839"
}
],
"notes": [
{
"category": "general",
"text": "Curl versions 7.33.0 through 7.61.1 are vulnerable to a buffer overrun in the SASL authentication code that may lead to denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16839",
"url": "https://www.suse.com/security/cve/CVE-2018-16839"
},
{
"category": "external",
"summary": "SUSE Bug 1112758 for CVE-2018-16839",
"url": "https://bugzilla.suse.com/1112758"
},
{
"category": "external",
"summary": "SUSE Bug 1113029 for CVE-2018-16839",
"url": "https://bugzilla.suse.com/1113029"
},
{
"category": "external",
"summary": "SUSE Bug 1131886 for CVE-2018-16839",
"url": "https://bugzilla.suse.com/1131886"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16839"
},
{
"cve": "CVE-2018-16840",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16840"
}
],
"notes": [
{
"category": "general",
"text": "A heap use-after-free flaw was found in curl versions from 7.59.0 through 7.61.1 in the code related to closing an easy handle. When closing and cleaning up an \u0027easy\u0027 handle in the `Curl_close()` function, the library code first frees a struct (without nulling the pointer) and might then subsequently erroneously write to a struct field within that already freed struct.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16840",
"url": "https://www.suse.com/security/cve/CVE-2018-16840"
},
{
"category": "external",
"summary": "SUSE Bug 1112758 for CVE-2018-16840",
"url": "https://bugzilla.suse.com/1112758"
},
{
"category": "external",
"summary": "SUSE Bug 1113029 for CVE-2018-16840",
"url": "https://bugzilla.suse.com/1113029"
},
{
"category": "external",
"summary": "SUSE Bug 1122464 for CVE-2018-16840",
"url": "https://bugzilla.suse.com/1122464"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16840"
},
{
"cve": "CVE-2018-16842",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16842"
}
],
"notes": [
{
"category": "general",
"text": "Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16842",
"url": "https://www.suse.com/security/cve/CVE-2018-16842"
},
{
"category": "external",
"summary": "SUSE Bug 1113660 for CVE-2018-16842",
"url": "https://bugzilla.suse.com/1113660"
},
{
"category": "external",
"summary": "SUSE Bug 1122464 for CVE-2018-16842",
"url": "https://bugzilla.suse.com/1122464"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2018-16842"
},
{
"cve": "CVE-2018-16890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2018-16890"
}
],
"notes": [
{
"category": "general",
"text": "libcurl versions from 7.36.0 to before 7.64.0 is vulnerable to a heap buffer out-of-bounds read. The function handling incoming NTLM type-2 messages (`lib/vauth/ntlm.c:ntlm_decode_type2_target`) does not validate incoming data correctly and is subject to an integer overflow vulnerability. Using that overflow, a malicious or broken NTLM server could trick libcurl to accept a bad length + offset combination that would lead to a buffer read out-of-bounds.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2018-16890",
"url": "https://www.suse.com/security/cve/CVE-2018-16890"
},
{
"category": "external",
"summary": "SUSE Bug 1123371 for CVE-2018-16890",
"url": "https://bugzilla.suse.com/1123371"
},
{
"category": "external",
"summary": "SUSE Bug 1123378 for CVE-2018-16890",
"url": "https://bugzilla.suse.com/1123378"
},
{
"category": "external",
"summary": "SUSE Bug 1141798 for CVE-2018-16890",
"url": "https://bugzilla.suse.com/1141798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2018-16890"
},
{
"cve": "CVE-2019-15601",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-15601"
}
],
"notes": [
{
"category": "general",
"text": "** REJECT ** DO NOT USE THIS CANDIDATE NUMBER. ConsultIDs: none. Reason: This candidate was withdrawn by its CNA. Further investigation showed that it was not a security issue. Notes: none.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-15601",
"url": "https://www.suse.com/security/cve/CVE-2019-15601"
},
{
"category": "external",
"summary": "SUSE Bug 1160301 for CVE-2019-15601",
"url": "https://bugzilla.suse.com/1160301"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-15601"
},
{
"cve": "CVE-2019-3822",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-3822"
}
],
"notes": [
{
"category": "general",
"text": "libcurl versions from 7.36.0 to before 7.64.0 are vulnerable to a stack-based buffer overflow. The function creating an outgoing NTLM type-3 header (`lib/vauth/ntlm.c:Curl_auth_create_ntlm_type3_message()`), generates the request HTTP header contents based on previously received data. The check that exists to prevent the local buffer from getting overflowed is implemented wrongly (using unsigned math) and as such it does not prevent the overflow from happening. This output data can grow larger than the local buffer if very large \u0027nt response\u0027 data is extracted from a previous NTLMv2 header provided by the malicious or broken HTTP server. Such a \u0027large value\u0027 needs to be around 1000 bytes or more. The actual payload data copied to the target buffer comes from the NTLMv2 type-2 response header.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-3822",
"url": "https://www.suse.com/security/cve/CVE-2019-3822"
},
{
"category": "external",
"summary": "SUSE Bug 1123377 for CVE-2019-3822",
"url": "https://bugzilla.suse.com/1123377"
},
{
"category": "external",
"summary": "SUSE Bug 1141798 for CVE-2019-3822",
"url": "https://bugzilla.suse.com/1141798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.5,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-3822"
},
{
"cve": "CVE-2019-3823",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-3823"
}
],
"notes": [
{
"category": "general",
"text": "libcurl versions from 7.34.0 to before 7.64.0 are vulnerable to a heap out-of-bounds read in the code handling the end-of-response for SMTP. If the buffer passed to `smtp_endofresp()` isn\u0027t NUL terminated and contains no character ending the parsed number, and `len` is set to 5, then the `strtol()` call reads beyond the allocated buffer. The read contents will not be returned to the caller.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-3823",
"url": "https://www.suse.com/security/cve/CVE-2019-3823"
},
{
"category": "external",
"summary": "SUSE Bug 1123378 for CVE-2019-3823",
"url": "https://bugzilla.suse.com/1123378"
},
{
"category": "external",
"summary": "SUSE Bug 1126909 for CVE-2019-3823",
"url": "https://bugzilla.suse.com/1126909"
},
{
"category": "external",
"summary": "SUSE Bug 1141798 for CVE-2019-3823",
"url": "https://bugzilla.suse.com/1141798"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-3823"
},
{
"cve": "CVE-2019-5435",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5435"
}
],
"notes": [
{
"category": "general",
"text": "An integer overflow in curl\u0027s URL API results in a buffer overflow in libcurl 7.62.0 to and including 7.64.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5435",
"url": "https://www.suse.com/security/cve/CVE-2019-5435"
},
{
"category": "external",
"summary": "SUSE Bug 1135176 for CVE-2019-5435",
"url": "https://bugzilla.suse.com/1135176"
},
{
"category": "external",
"summary": "SUSE Bug 1154162 for CVE-2019-5435",
"url": "https://bugzilla.suse.com/1154162"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5435"
},
{
"cve": "CVE-2019-5436",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5436"
}
],
"notes": [
{
"category": "general",
"text": "A heap buffer overflow in the TFTP receiving code allows for DoS or arbitrary code execution in libcurl versions 7.19.4 through 7.64.1.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5436",
"url": "https://www.suse.com/security/cve/CVE-2019-5436"
},
{
"category": "external",
"summary": "SUSE Bug 1135170 for CVE-2019-5436",
"url": "https://bugzilla.suse.com/1135170"
},
{
"category": "external",
"summary": "SUSE Bug 1149496 for CVE-2019-5436",
"url": "https://bugzilla.suse.com/1149496"
},
{
"category": "external",
"summary": "SUSE Bug 1154162 for CVE-2019-5436",
"url": "https://bugzilla.suse.com/1154162"
},
{
"category": "external",
"summary": "SUSE Bug 1167096 for CVE-2019-5436",
"url": "https://bugzilla.suse.com/1167096"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-5436"
},
{
"cve": "CVE-2019-5481",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5481"
}
],
"notes": [
{
"category": "general",
"text": "Double-free vulnerability in the FTP-kerberos code in cURL 7.52.0 to 7.65.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5481",
"url": "https://www.suse.com/security/cve/CVE-2019-5481"
},
{
"category": "external",
"summary": "SUSE Bug 1149495 for CVE-2019-5481",
"url": "https://bugzilla.suse.com/1149495"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.7,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2019-5481"
},
{
"cve": "CVE-2019-5482",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2019-5482"
}
],
"notes": [
{
"category": "general",
"text": "Heap buffer overflow in the TFTP protocol handler in cURL 7.19.4 to 7.65.3.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2019-5482",
"url": "https://www.suse.com/security/cve/CVE-2019-5482"
},
{
"category": "external",
"summary": "SUSE Bug 1149496 for CVE-2019-5482",
"url": "https://bugzilla.suse.com/1149496"
},
{
"category": "external",
"summary": "SUSE Bug 1156634 for CVE-2019-5482",
"url": "https://bugzilla.suse.com/1156634"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 7.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.0/AV:A/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2019-5482"
},
{
"cve": "CVE-2020-8169",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8169"
}
],
"notes": [
{
"category": "general",
"text": "curl 7.62.0 through 7.70.0 is vulnerable to an information disclosure vulnerability that can lead to a partial password being leaked over the network and to the DNS server(s).",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8169",
"url": "https://www.suse.com/security/cve/CVE-2020-8169"
},
{
"category": "external",
"summary": "SUSE Bug 1173026 for CVE-2020-8169",
"url": "https://bugzilla.suse.com/1173026"
},
{
"category": "external",
"summary": "SUSE Bug 1186108 for CVE-2020-8169",
"url": "https://bugzilla.suse.com/1186108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8169"
},
{
"cve": "CVE-2020-8231",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8231"
}
],
"notes": [
{
"category": "general",
"text": "Due to use of a dangling pointer, libcurl 7.29.0 through 7.71.1 can use the wrong connection when sending data.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8231",
"url": "https://www.suse.com/security/cve/CVE-2020-8231"
},
{
"category": "external",
"summary": "SUSE Bug 1175109 for CVE-2020-8231",
"url": "https://bugzilla.suse.com/1175109"
},
{
"category": "external",
"summary": "SUSE Bug 1179399 for CVE-2020-8231",
"url": "https://bugzilla.suse.com/1179399"
},
{
"category": "external",
"summary": "SUSE Bug 1186108 for CVE-2020-8231",
"url": "https://bugzilla.suse.com/1186108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.7,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2020-8231"
},
{
"cve": "CVE-2020-8284",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8284"
}
],
"notes": [
{
"category": "general",
"text": "A malicious server can use the FTP PASV response to trick curl 7.73.0 and earlier into connecting back to a given IP address and port, and this way potentially make curl extract information about services that are otherwise private and not disclosed, for example doing port scanning and service banner extractions.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8284",
"url": "https://www.suse.com/security/cve/CVE-2020-8284"
},
{
"category": "external",
"summary": "SUSE Bug 1179398 for CVE-2020-8284",
"url": "https://bugzilla.suse.com/1179398"
},
{
"category": "external",
"summary": "SUSE Bug 1179399 for CVE-2020-8284",
"url": "https://bugzilla.suse.com/1179399"
},
{
"category": "external",
"summary": "SUSE Bug 1186108 for CVE-2020-8284",
"url": "https://bugzilla.suse.com/1186108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8284"
},
{
"cve": "CVE-2020-8285",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8285"
}
],
"notes": [
{
"category": "general",
"text": "curl 7.21.0 to and including 7.73.0 is vulnerable to uncontrolled recursion due to a stack overflow issue in FTP wildcard match parsing.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8285",
"url": "https://www.suse.com/security/cve/CVE-2020-8285"
},
{
"category": "external",
"summary": "SUSE Bug 1179399 for CVE-2020-8285",
"url": "https://bugzilla.suse.com/1179399"
},
{
"category": "external",
"summary": "SUSE Bug 1186108 for CVE-2020-8285",
"url": "https://bugzilla.suse.com/1186108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8285"
},
{
"cve": "CVE-2020-8286",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2020-8286"
}
],
"notes": [
{
"category": "general",
"text": "curl 7.41.0 through 7.73.0 is vulnerable to an improper check for certificate revocation due to insufficient verification of the OCSP response.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2020-8286",
"url": "https://www.suse.com/security/cve/CVE-2020-8286"
},
{
"category": "external",
"summary": "SUSE Bug 1179593 for CVE-2020-8286",
"url": "https://bugzilla.suse.com/1179593"
},
{
"category": "external",
"summary": "SUSE Bug 1186108 for CVE-2020-8286",
"url": "https://bugzilla.suse.com/1186108"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:H/UI:N/S:U/C:H/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2020-8286"
},
{
"cve": "CVE-2021-22297",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22297"
}
],
"notes": [
{
"category": "general",
"text": "** RESERVED ** This candidate has been reserved by an organization or individual that will use it when announcing a new security problem. When the candidate has been publicized, the details for this candidate will be provided.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22297",
"url": "https://www.suse.com/security/cve/CVE-2021-22297"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22297"
},
{
"cve": "CVE-2021-22298",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22298"
}
],
"notes": [
{
"category": "general",
"text": "There is a logic vulnerability in Huawei Gauss100 OLTP Product. An attacker with certain permissions could perform specific SQL statement to exploit this vulnerability. Due to insufficient security design, successful exploit can cause service abnormal. Affected product versions include: ManageOne versions 6.5.1.1.B020, 6.5.1.1.B030, 6.5.1.1.B040, 6.5.1.SPC100.B050, 6.5.1.SPC101.B010, 6.5.1.SPC101.B040, 6.5.1.SPC200, 6.5.1.SPC200.B010, 6.5.1.SPC200.B030, 6.5.1.SPC200.B040, 6.5.1.SPC200.B050, 6.5.1.SPC200.B060, 6.5.1.SPC200.B070, 6.5.1RC1.B070, 6.5.1RC1.B080, 6.5.1RC2.B040, 6.5.1RC2.B050, 6.5.1RC2.B060, 6.5.1RC2.B070, 6.5.1RC2.B080, 6.5.1RC2.B090.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22298",
"url": "https://www.suse.com/security/cve/CVE-2021-22298"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22298"
},
{
"cve": "CVE-2021-22876",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22876"
}
],
"notes": [
{
"category": "general",
"text": "curl 7.1.1 to and including 7.75.0 is vulnerable to an \"Exposure of Private Personal Information to an Unauthorized Actor\" by leaking credentials in the HTTP Referer: header. libcurl does not strip off user credentials from the URL when automatically populating the Referer: HTTP request header field in outgoing HTTP requests, and therefore risks leaking sensitive data to the server that is the target of the second HTTP request.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22876",
"url": "https://www.suse.com/security/cve/CVE-2021-22876"
},
{
"category": "external",
"summary": "SUSE Bug 1183933 for CVE-2021-22876",
"url": "https://bugzilla.suse.com/1183933"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.1,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:C/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22876"
},
{
"cve": "CVE-2021-22890",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22890"
}
],
"notes": [
{
"category": "general",
"text": "curl 7.63.0 to and including 7.75.0 includes vulnerability that allows a malicious HTTPS proxy to MITM a connection due to bad handling of TLS 1.3 session tickets. When using a HTTPS proxy and TLS 1.3, libcurl can confuse session tickets arriving from the HTTPS proxy but work as if they arrived from the remote server and then wrongly \"short-cut\" the host handshake. When confusing the tickets, a HTTPS proxy can trick libcurl to use the wrong session ticket resume for the host and thereby circumvent the server TLS certificate check and make a MITM attack to be possible to perform unnoticed. Note that such a malicious HTTPS proxy needs to provide a certificate that curl will accept for the MITMed server for an attack to work - unless curl has been told to ignore the server certificate check.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22890",
"url": "https://www.suse.com/security/cve/CVE-2021-22890"
},
{
"category": "external",
"summary": "SUSE Bug 1183934 for CVE-2021-22890",
"url": "https://bugzilla.suse.com/1183934"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 3.1,
"baseSeverity": "LOW",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "low"
}
],
"title": "CVE-2021-22890"
},
{
"cve": "CVE-2021-22898",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22898"
}
],
"notes": [
{
"category": "general",
"text": "curl 7.7 through 7.76.1 suffers from an information disclosure when the `-t` command line option, known as `CURLOPT_TELNETOPTIONS` in libcurl, is used to send variable=content pairs to TELNET servers. Due to a flaw in the option parser for sending NEW_ENV variables, libcurl could be made to pass on uninitialized data from a stack based buffer to the server, resulting in potentially revealing sensitive internal information to the server using a clear-text network protocol.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22898",
"url": "https://www.suse.com/security/cve/CVE-2021-22898"
},
{
"category": "external",
"summary": "SUSE Bug 1186114 for CVE-2021-22898",
"url": "https://bugzilla.suse.com/1186114"
},
{
"category": "external",
"summary": "SUSE Bug 1192450 for CVE-2021-22898",
"url": "https://bugzilla.suse.com/1192450"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22898"
},
{
"cve": "CVE-2021-22901",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22901"
}
],
"notes": [
{
"category": "general",
"text": "curl 7.75.0 through 7.76.1 suffers from a use-after-free vulnerability resulting in already freed memory being used when a TLS 1.3 session ticket arrives over a connection. A malicious server can use this in rare unfortunate circumstances to potentially reach remote code execution in the client. When libcurl at run-time sets up support for TLS 1.3 session tickets on a connection using OpenSSL, it stores pointers to the transfer in-memory object for later retrieval when a session ticket arrives. If the connection is used by multiple transfers (like with a reused HTTP/1.1 connection or multiplexed HTTP/2 connection) that first transfer object might be freed before the new session is established on that connection and then the function will access a memory buffer that might be freed. When using that memory, libcurl might even call a function pointer in the object, making it possible for a remote code execution if the server could somehow manage to get crafted memory content into the correct place in memory.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22901",
"url": "https://www.suse.com/security/cve/CVE-2021-22901"
},
{
"category": "external",
"summary": "SUSE Bug 1186115 for CVE-2021-22901",
"url": "https://bugzilla.suse.com/1186115"
},
{
"category": "external",
"summary": "SUSE Bug 1188549 for CVE-2021-22901",
"url": "https://bugzilla.suse.com/1188549"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 8.1,
"baseSeverity": "HIGH",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "important"
}
],
"title": "CVE-2021-22901"
},
{
"cve": "CVE-2021-22922",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22922"
}
],
"notes": [
{
"category": "general",
"text": "When curl is instructed to download content using the metalink feature, thecontents is verified against a hash provided in the metalink XML file.The metalink XML file points out to the client how to get the same contentfrom a set of different URLs, potentially hosted by different servers and theclient can then download the file from one or several of them. In a serial orparallel manner.If one of the servers hosting the contents has been breached and the contentsof the specific file on that server is replaced with a modified payload, curlshould detect this when the hash of the file mismatches after a completeddownload. It should remove the contents and instead try getting the contentsfrom another URL. This is not done, and instead such a hash mismatch is onlymentioned in text and the potentially malicious content is kept in the file ondisk.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22922",
"url": "https://www.suse.com/security/cve/CVE-2021-22922"
},
{
"category": "external",
"summary": "SUSE Bug 1188217 for CVE-2021-22922",
"url": "https://bugzilla.suse.com/1188217"
},
{
"category": "external",
"summary": "SUSE Bug 1192447 for CVE-2021-22922",
"url": "https://bugzilla.suse.com/1192447"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22922"
},
{
"cve": "CVE-2021-22924",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22924"
}
],
"notes": [
{
"category": "general",
"text": "libcurl keeps previously used connections in a connection pool for subsequenttransfers to reuse, if one of them matches the setup.Due to errors in the logic, the config matching function did not take \u0027issuercert\u0027 into account and it compared the involved paths *case insensitively*,which could lead to libcurl reusing wrong connections.File paths are, or can be, case sensitive on many systems but not all, and caneven vary depending on used file systems.The comparison also didn\u0027t include the \u0027issuer cert\u0027 which a transfer can setto qualify how to verify the server certificate.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22924",
"url": "https://www.suse.com/security/cve/CVE-2021-22924"
},
{
"category": "external",
"summary": "SUSE Bug 1188219 for CVE-2021-22924",
"url": "https://bugzilla.suse.com/1188219"
},
{
"category": "external",
"summary": "SUSE Bug 1192447 for CVE-2021-22924",
"url": "https://bugzilla.suse.com/1192447"
},
{
"category": "external",
"summary": "SUSE Bug 1200196 for CVE-2021-22924",
"url": "https://bugzilla.suse.com/1200196"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22924"
},
{
"cve": "CVE-2021-22945",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22945"
}
],
"notes": [
{
"category": "general",
"text": "When sending data to an MQTT server, libcurl \u003c= 7.73.0 and 7.78.0 could in some circumstances erroneously keep a pointer to an already freed memory area and both use that again in a subsequent call to send data and also free it *again*.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22945",
"url": "https://www.suse.com/security/cve/CVE-2021-22945"
},
{
"category": "external",
"summary": "SUSE Bug 1190213 for CVE-2021-22945",
"url": "https://bugzilla.suse.com/1190213"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 6.3,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22945"
},
{
"cve": "CVE-2021-22946",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22946"
}
],
"notes": [
{
"category": "general",
"text": "A user can tell curl \u003e= 7.20.0 and \u003c= 7.78.0 to require a successful upgrade to TLS when speaking to an IMAP, POP3 or FTP server (`--ssl-reqd` on the command line or`CURLOPT_USE_SSL` set to `CURLUSESSL_CONTROL` or `CURLUSESSL_ALL` withlibcurl). This requirement could be bypassed if the server would return a properly crafted but perfectly legitimate response.This flaw would then make curl silently continue its operations **withoutTLS** contrary to the instructions and expectations, exposing possibly sensitive data in clear text over the network.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22946",
"url": "https://www.suse.com/security/cve/CVE-2021-22946"
},
{
"category": "external",
"summary": "SUSE Bug 1190373 for CVE-2021-22946",
"url": "https://bugzilla.suse.com/1190373"
},
{
"category": "external",
"summary": "SUSE Bug 1194948 for CVE-2021-22946",
"url": "https://bugzilla.suse.com/1194948"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22946"
},
{
"cve": "CVE-2021-22947",
"ids": [
{
"system_name": "SUSE CVE Page",
"text": "https://www.suse.com/security/cve/CVE-2021-22947"
}
],
"notes": [
{
"category": "general",
"text": "When curl \u003e= 7.20.0 and \u003c= 7.78.0 connects to an IMAP or POP3 server to retrieve data using STARTTLS to upgrade to TLS security, the server can respond and send back multiple responses at once that curl caches. curl would then upgrade to TLS but not flush the in-queue of cached responses but instead continue using and trustingthe responses it got *before* the TLS handshake as if they were authenticated.Using this flaw, it allows a Man-In-The-Middle attacker to first inject the fake responses, then pass-through the TLS traffic from the legitimate server and trick curl into sending data back to the user thinking the attacker\u0027s injected data comes from the TLS-protected server.",
"title": "CVE description"
}
],
"product_status": {
"recommended": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
},
"references": [
{
"category": "external",
"summary": "CVE-2021-22947",
"url": "https://www.suse.com/security/cve/CVE-2021-22947"
},
{
"category": "external",
"summary": "SUSE Bug 1190374 for CVE-2021-22947",
"url": "https://bugzilla.suse.com/1190374"
}
],
"remediations": [
{
"category": "vendor_fix",
"details": "To install this SUSE Security Update use the SUSE recommended installation methods like YaST online_update or \"zypper patch\".\n",
"product_ids": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:H/A:N",
"version": "3.1"
},
"products": [
"openSUSE Tumbleweed:curl-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:curl-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:curl-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:curl-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl-devel-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-32bit-7.79.1-1.1.x86_64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.aarch64",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.ppc64le",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.s390x",
"openSUSE Tumbleweed:libcurl4-7.79.1-1.1.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"date": "2024-06-15T00:00:00Z",
"details": "moderate"
}
],
"title": "CVE-2021-22947"
}
]
}
RHBA-2020:0547
Vulnerability from csaf_redhat - Published: 2020-02-18 15:13 - Updated: 2026-06-28 08:49In the GNU C Library (aka glibc or libc6) through 2.28, the getaddrinfo function would successfully parse a string that contained an IPv4 address followed by whitespace and arbitrary characters, which could lead applications to incorrectly assume that it had parsed a valid string, without the possibility of embedded HTTP headers or other potentially dangerous substrings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the _gcry_ecc_ecdsa_sign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. To discover an ECDSA key, the attacker needs access to either the local machine or a different virtual machine on the same physical host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
The OpenSSL DSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.1a (Affected 1.1.1). Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.0.2q (Affected 1.0.2-1.0.2p).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
If the HOME environment variable is unset or empty, top will read its configuration file from the current working directory without any security check. If a user runs top with HOME unset in an attacker-controlled directory, the attacker could achieve privilege escalation by exploiting one of several vulnerabilities in the config_file() function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An error within the "parse_rollei()" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to trigger an infinite loop.
CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An error within the "parse_sinar_ia()" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to exhaust available CPU resources.
CWE-400 - Uncontrolled Resource Consumption| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A cached side channel attack during handshakes using RSA encryption could allow for the decryption of encrypted content. This is a variant of the Adaptive Chosen Ciphertext attack (AKA Bleichenbacher attack) and affects all NSS versions prior to NSS 3.41.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in arm_pt in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_arm_hp_template, demangle_class_name, demangle_fund_type, do_type, do_arg, demangle_args, and demangle_nested_args. This can occur during execution of nm-new.
CWE-400 - Uncontrolled Resource Consumption| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A NULL pointer dereference (aka SEGV on unknown address 0x000000000000) was discovered in work_stuff_copy_to_from in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. This can occur during execution of objdump.
CWE-476 - NULL Pointer Dereference| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Python's elementtree C accelerator failed to initialise Expat's hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by contructing an XML document that would cause pathological hash collisions in Expat's internal data structures, consuming large amounts CPU and RAM.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
It was discovered that systemd is vulnerable to a state injection attack when deserializing the state of a service. Properties longer than LINE_MAX are not correctly parsed and an attacker may abuse this flaw in particularly configured services to inject, change, or corrupt the service state.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out-of-bounds read was discovered in elfutils in the way it reads DWARF address ranges information. Function dwarf_getaranges() in dwarf_getaranges.c does not properly check whether it reads beyond the limits of the ELF section. An attacker could use this flaw to cause a denial of service via a crafted file.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
libelf/elf_end.c in elfutils 0.173 allows remote attackers to cause a denial of service (double free and application crash) or possibly have unspecified other impact because it tries to decompress twice.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
libdw in elfutils 0.173 checks the end of the attributes list incorrectly in dwarf_getabbrev in dwarf_getabbrev.c and dwarf_hasattr in dwarf_hasattr.c, leading to a heap-based buffer over-read and an application crash.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out of bounds read was discovered in systemd-journald in the way it parses log messages that terminate with a colon ':'. A local attacker can use this flaw to disclose process memory data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
It was discovered systemd does not correctly check the content of PIDFile files before using it to kill processes. When a service is run from an unprivileged user (e.g. User field set in the service file), a local attacker who is able to write to the PIDFile of the mentioned service may use this flaw to trick systemd into killing other services and/or privileged processes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl in elfutils through v0.174. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by consider_notes.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An Invalid Memory Address Dereference exists in the function elf_end in libelf in elfutils through v0.174. Although eu-size is intended to support ar files inside ar files, handle_ar in size.c closes the outer ar file before handling all inner entries. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file.
CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Divide-by-zero vulnerabilities in the function arlib_add_symbols() in arlib.c in elfutils 0.174 allow remote attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by eu-ranlib, because a zero sh_entsize is mishandled.
CWE-369 - Divide By Zero| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A Reachable Assertion issue was discovered in the KDC in MIT Kerberos 5 (aka krb5) before 1.17. If an attacker can obtain a krbtgt ticket using an older encryption type (single-DES, triple-DES, or RC4), the attacker can crash the KDC by making an S4U2Self request.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
binutils version 2.32 and earlier contains a Integer Overflow vulnerability in objdump, bfd_get_dynamic_reloc_upper_bound,bfd_canonicalize_dynamic_reloc that can result in Integer overflow trigger heap overflow. Successful exploitation allows execution of arbitrary code.. This attack appear to be exploitable via Local. This vulnerability appears to have been fixed in after commit 3a551c7a1b80fca579461774860574eabfd7f18f.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable "non-stitched" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
An out of bounds read flaw was discovered in libssh2 when a specially crafted SFTP packet is received from the server. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out of bounds read flaw was discovered in libssh2 in the way SSH packets with a padding length value greater than the packet length are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out of bounds read flaw was discovered in libssh2 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit status message and no payload are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A null pointer dereference vulnerability was found in the certificate parsing code in Python. This causes a denial of service to applications when parsing specially crafted certificates. This vulnerability is unlikely to be triggered if application enables SSL/TLS certificate validation and accepts certificates only from trusted root certificate authorities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A heap-based buffer over-read was discovered in the function read_srclines in dwarf_getsrclines.c in libdw in elfutils 0.175. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by eu-nm.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in elfutils 0.175. A segmentation fault can occur in the function elf64_xlatetom in libelf/elf32_xlatetom.c, due to dwfl_segment_report_module not checking whether the dyn data read from a core file is truncated. A crafted input can cause a program crash, leading to denial-of-service, as demonstrated by eu-stack.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
In elfutils 0.175, a negative-sized memcpy is attempted in elf_cvt_note in libelf/note_xlate.h because of an incorrect overflow check. Crafted elf input causes a segmentation fault, leading to denial of service (program crash).
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
In elfutils 0.175, a heap-based buffer over-read was discovered in the function elf32_xlatetom in elf32_xlatetom.c in libelf. A crafted ELF input can cause a segmentation fault leading to denial of service (program crash) because ebl_core_note does not reject malformed core file notes.
CWE-122 - Heap-based Buffer Overflow| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen('local_file:///etc/passwd') call.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A heap-based buffer overflow was found in the NSC_EncryptUpdate() function in Mozilla nss. A remote attacker could trigger this flaw via SRTP encrypt or decrypt operations, to execute arbitrary code with the permissions of the user running the application (compiled with nss). While the attack complexity is high, the impact to confidentiality, integrity, and availability are high as well.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Out of bounds write in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This issue affects only the newly created files and not existing ones. If the file already exists at the final destination, those permissions are retained. This could lead to the disclosure of sensitive data.
CWE-732 - Incorrect Permission Assignment for Critical Resource| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine when the module package or service is used and the parameter 'use' is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file.
CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine. When a password is set with the argument "password" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.
CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes "ansible-vault edit", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely.
CWE-377 - Insecure Temporary File| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A security flaw was found in the Ansible Engine when managing Kubernetes using the k8s connection plugin. Sensitive parameters such as passwords and tokens are passed to the kubectl command line instead of using environment variables or an input configuration file, which is safer. This flaw discloses passwords and tokens from the process list, and the no_log directive from the debug module would not be reflected in the underlying command-line tools options, displaying passwords and tokens on stdout and log files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine. When using ansible_facts as a subkey of itself, and promoting it to a variable when injecting is enabled, overwriting the ansible_facts after the clean, an attacker could take advantage of this by altering the ansible_facts leading to privilege escalation or code injection. The highest threat from this vulnerability are to data integrity and system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found on Ansible Engine when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the secrets unencrypted. On Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decrypted data remains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted is sensible.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Container Image Rebuild for Ansible Tower 3.4 Dependency",
"title": "Topic"
},
{
"category": "general",
"text": "The ansible-tower-memcached container image has been updated for Red Hat Ansible Tower 3.4 for RHEL 7 to address security advisories:\n\nRHSA-2019:2030\nRHSA-2019:2118\nRHSA-2019:2136\nRHSA-2019:2197\nRHSA-2019:2237\nRHSA-2019:2304\nRHSA-2019:4190\nRHSA-2020:0227",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2020:0547",
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2030",
"url": "https://access.redhat.com/errata/RHSA-2019:2030"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2118",
"url": "https://access.redhat.com/errata/RHSA-2019:2118"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2136",
"url": "https://access.redhat.com/errata/RHSA-2019:2136"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2197",
"url": "https://access.redhat.com/errata/RHSA-2019:2197"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2237",
"url": "https://access.redhat.com/errata/RHSA-2019:2237"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2304",
"url": "https://access.redhat.com/errata/RHSA-2019:2304"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:4190",
"url": "https://access.redhat.com/errata/RHSA-2019:4190"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2020:0227",
"url": "https://access.redhat.com/errata/RHSA-2020:0227"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_0547.json"
}
],
"title": "Red Hat Bug Fix Advisory: Container Image Rebuild for Ansible Tower 3.4 Dependency",
"tracking": {
"current_release_date": "2026-06-28T08:49:34+00:00",
"generator": {
"date": "2026-06-28T08:49:34+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHBA-2020:0547",
"initial_release_date": "2020-02-18T15:13:57+00:00",
"revision_history": [
{
"date": "2020-02-18T15:13:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-02-18T15:13:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T08:49:34+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product": {
"name": "Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_tower:3.4::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Tower"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product": {
"name": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_id": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-37/ansible-tower-memcached-rhel7\u0026tag=1.4.15-28"
}
}
},
{
"category": "product_version",
"name": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product": {
"name": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_id": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-35/ansible-tower-memcached\u0026tag=1.4.15-28"
}
}
},
{
"category": "product_version",
"name": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product": {
"name": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_id": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-34/ansible-tower-memcached\u0026tag=1.4.15-28"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 as a component of Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
},
"product_reference": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"relates_to_product_reference": "7Server-Ansible-Tower-3.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 as a component of Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
},
"product_reference": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"relates_to_product_reference": "7Server-Ansible-Tower-3.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 as a component of Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
},
"product_reference": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"relates_to_product_reference": "7Server-Ansible-Tower-3.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-10739",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2016-02-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1347549"
}
],
"notes": [
{
"category": "description",
"text": "In the GNU C Library (aka glibc or libc6) through 2.28, the getaddrinfo function would successfully parse a string that contained an IPv4 address followed by whitespace and arbitrary characters, which could lead applications to incorrectly assume that it had parsed a valid string, without the possibility of embedded HTTP headers or other potentially dangerous substrings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: getaddrinfo should reject IP addresses with trailing characters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as having Moderate security impact. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-10739"
},
{
"category": "external",
"summary": "RHBZ#1347549",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1347549"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-10739",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10739"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-10739",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10739"
}
],
"release_date": "2016-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.6,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: getaddrinfo should reject IP addresses with trailing characters"
},
{
"cve": "CVE-2018-0495",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2018-06-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1591163"
}
],
"notes": [
{
"category": "description",
"text": "Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the _gcry_ecc_ecdsa_sign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. To discover an ECDSA key, the attacker needs access to either the local machine or a different virtual machine on the same physical host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ROHNP: Key Extraction Side Channel in Multiple Crypto Libraries",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Since the 5.8.3 release, Red Hat CloudForms no longer uses libtomcrypt.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-0495"
},
{
"category": "external",
"summary": "RHBZ#1591163",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1591163"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-0495",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-0495"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-0495",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-0495"
},
{
"category": "external",
"summary": "https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/",
"url": "https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/"
}
],
"release_date": "2018-06-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ROHNP: Key Extraction Side Channel in Multiple Crypto Libraries"
},
{
"cve": "CVE-2018-0734",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2018-10-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1644364"
}
],
"notes": [
{
"category": "description",
"text": "The OpenSSL DSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.1a (Affected 1.1.1). Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.0.2q (Affected 1.0.2-1.0.2p).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: timing side channel attack in the DSA signature algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-0734"
},
{
"category": "external",
"summary": "RHBZ#1644364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1644364"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-0734",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-0734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-0734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-0734"
}
],
"release_date": "2018-10-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: timing side channel attack in the DSA signature algorithm"
},
{
"acknowledgments": [
{
"names": [
"Qualys Research Labs"
]
}
],
"cve": "CVE-2018-1122",
"cwe": {
"id": "CWE-829",
"name": "Inclusion of Functionality from Untrusted Control Sphere"
},
"discovery_date": "2018-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1575466"
}
],
"notes": [
{
"category": "description",
"text": "If the HOME environment variable is unset or empty, top will read its configuration file from the current working directory without any security check. If a user runs top with HOME unset in an attacker-controlled directory, the attacker could achieve privilege escalation by exploiting one of several vulnerabilities in the config_file() function.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "procps: Local privilege escalation in top",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1122"
},
{
"category": "external",
"summary": "RHBZ#1575466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1575466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1122",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1122"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1122",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1122"
},
{
"category": "external",
"summary": "https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt",
"url": "https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt"
}
],
"release_date": "2018-05-17T17:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "procps: Local privilege escalation in top"
},
{
"cve": "CVE-2018-5818",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2018-12-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1661608"
}
],
"notes": [
{
"category": "description",
"text": "An error within the \"parse_rollei()\" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to trigger an infinite loop.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "LibRaw: DoS in parse_rollei function in internal/dcraw_common.cpp",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-5818"
},
{
"category": "external",
"summary": "RHBZ#1661608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1661608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-5818",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5818"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-5818",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-5818"
}
],
"release_date": "2018-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "LibRaw: DoS in parse_rollei function in internal/dcraw_common.cpp"
},
{
"cve": "CVE-2018-5819",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2018-12-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1661604"
}
],
"notes": [
{
"category": "description",
"text": "An error within the \"parse_sinar_ia()\" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to exhaust available CPU resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "LibRaw: DoS in parse_sinar_ia function in internal/dcraw_common.cpp",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-5819"
},
{
"category": "external",
"summary": "RHBZ#1661604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1661604"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-5819",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5819"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-5819",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-5819"
}
],
"release_date": "2018-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "LibRaw: DoS in parse_sinar_ia function in internal/dcraw_common.cpp"
},
{
"cve": "CVE-2018-12404",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2018-12-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1657913"
}
],
"notes": [
{
"category": "description",
"text": "A cached side channel attack during handshakes using RSA encryption could allow for the decryption of encrypted content. This is a variant of the Adaptive Chosen Ciphertext attack (AKA Bleichenbacher attack) and affects all NSS versions prior to NSS 3.41.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nss: Cache side-channel variant of the Bleichenbacher attack",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-12404"
},
{
"category": "external",
"summary": "RHBZ#1657913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1657913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-12404",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12404"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-12404",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-12404"
}
],
"release_date": "2018-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nss: Cache side-channel variant of the Bleichenbacher attack"
},
{
"cve": "CVE-2018-12641",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2018-06-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1594410"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in arm_pt in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_arm_hp_template, demangle_class_name, demangle_fund_type, do_type, do_arg, demangle_args, and demangle_nested_args. This can occur during execution of nm-new.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "binutils: Stack Exhaustion in the demangling functions provided by libiberty",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The issue is classified as low severity primarily because binutils is not typically exposed to untrusted inputs in most environments, limiting its exploitation potential. The stack overflow in demangle_class_name() only triggers during the parsing of malformed ELF files, which would require an attacker to convince a user to process a malicious file with binutils. Moreover, binutils does not handle privileged operations, meaning exploitation is unlikely to lead to system compromise or escalation of privileges. Additionally, the impact is localized to the application itself, without affecting the broader system or network security.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-12641"
},
{
"category": "external",
"summary": "RHBZ#1594410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1594410"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-12641",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12641"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-12641",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-12641"
}
],
"release_date": "2018-04-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "binutils: Stack Exhaustion in the demangling functions provided by libiberty"
},
{
"cve": "CVE-2018-12697",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2018-06-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1595417"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference (aka SEGV on unknown address 0x000000000000) was discovered in work_stuff_copy_to_from in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. This can occur during execution of objdump.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "binutils: NULL pointer dereference in work_stuff_copy_to_from in cplus-dem.c.",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue is classified with a low severity primarily because binutils is not typically exposed to untrusted inputs in most environments, limiting the possibility of exploitation. Additionally, this NULL pointer dereference is only triggered during the parsing of a specially crafted file, requiring an attacker to convince a user to process this file with objdump. Furthermore, binutils does not handle privileged operations, meaning that exploitation is unlikely to lead to system compromise or escalation of privileges. Also, the impact is limited to the application itself, without affecting the broader system or network security.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-12697"
},
{
"category": "external",
"summary": "RHBZ#1595417",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595417"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-12697",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12697"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-12697",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-12697"
}
],
"release_date": "2018-04-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "binutils: NULL pointer dereference in work_stuff_copy_to_from in cplus-dem.c."
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Zhaoyang Wu"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-14618",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2018-08-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1622707"
}
],
"notes": [
{
"category": "description",
"text": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: NTLM password overflow via integer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14618"
},
{
"category": "external",
"summary": "RHBZ#1622707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1622707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14618",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14618"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14618",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14618"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/CVE-2018-14618.html",
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
}
],
"release_date": "2018-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: NTLM password overflow via integer overflow"
},
{
"acknowledgments": [
{
"names": [
"the Python Security Response Team"
]
}
],
"cve": "CVE-2018-14647",
"cwe": {
"id": "CWE-909",
"name": "Missing Initialization of Resource"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1631822"
}
],
"notes": [
{
"category": "description",
"text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by contructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Missing salt initialization in _elementtree.c module",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14647"
},
{
"category": "external",
"summary": "RHBZ#1631822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1631822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14647",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14647"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647"
},
{
"category": "external",
"summary": "https://bugs.python.org/issue34623",
"url": "https://bugs.python.org/issue34623"
}
],
"release_date": "2018-09-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Missing salt initialization in _elementtree.c module"
},
{
"acknowledgments": [
{
"names": [
"Jann Horn"
],
"organization": "Google Project Zero"
},
{
"names": [
"Ubuntu"
]
}
],
"cve": "CVE-2018-15686",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1639071"
}
],
"notes": [
{
"category": "description",
"text": "It was discovered that systemd is vulnerable to a state injection attack when deserializing the state of a service. Properties longer than LINE_MAX are not correctly parsed and an attacker may abuse this flaw in particularly configured services to inject, change, or corrupt the service state.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "systemd: line splitting via fgets() allows for state injection during daemon-reexec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-15686"
},
{
"category": "external",
"summary": "RHBZ#1639071",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1639071"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-15686",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15686"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-15686",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15686"
}
],
"release_date": "2018-10-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "systemd: line splitting via fgets() allows for state injection during daemon-reexec"
},
{
"cve": "CVE-2018-16062",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-08-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1623752"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds read was discovered in elfutils in the way it reads DWARF address ranges information. Function dwarf_getaranges() in dwarf_getaranges.c does not properly check whether it reads beyond the limits of the ELF section. An attacker could use this flaw to cause a denial of service via a crafted file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Heap-based buffer over-read in libdw/dwarf_getaranges.c:dwarf_getaranges() via crafted file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16062"
},
{
"category": "external",
"summary": "RHBZ#1623752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1623752"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16062",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16062"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16062",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16062"
}
],
"release_date": "2018-08-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Heap-based buffer over-read in libdw/dwarf_getaranges.c:dwarf_getaranges() via crafted file"
},
{
"cve": "CVE-2018-16402",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2018-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1625050"
}
],
"notes": [
{
"category": "description",
"text": "libelf/elf_end.c in elfutils 0.173 allows remote attackers to cause a denial of service (double free and application crash) or possibly have unspecified other impact because it tries to decompress twice.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Double-free due to double decompression of sections in crafted ELF causes crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16402"
},
{
"category": "external",
"summary": "RHBZ#1625050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1625050"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16402",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16402"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16402",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16402"
}
],
"release_date": "2018-08-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Double-free due to double decompression of sections in crafted ELF causes crash"
},
{
"cve": "CVE-2018-16403",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1625055"
}
],
"notes": [
{
"category": "description",
"text": "libdw in elfutils 0.173 checks the end of the attributes list incorrectly in dwarf_getabbrev in dwarf_getabbrev.c and dwarf_hasattr in dwarf_hasattr.c, leading to a heap-based buffer over-read and an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Heap-based buffer over-read in libdw/dwarf_getabbrev.c and libwd/dwarf_hasattr.c causes crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16403"
},
{
"category": "external",
"summary": "RHBZ#1625055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1625055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16403",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16403"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16403",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16403"
}
],
"release_date": "2018-08-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Heap-based buffer over-read in libdw/dwarf_getabbrev.c and libwd/dwarf_hasattr.c causes crash"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Brian Carpenter"
],
"organization": "Geeknik Labs",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-16842",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1644124"
}
],
"notes": [
{
"category": "description",
"text": "Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Heap-based buffer over-read in the curl tool warning formatting",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16842"
},
{
"category": "external",
"summary": "RHBZ#1644124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1644124"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16842",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16842"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16842",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16842"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/CVE-2018-16842.html",
"url": "https://curl.haxx.se/docs/CVE-2018-16842.html"
}
],
"release_date": "2018-10-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Heap-based buffer over-read in the curl tool warning formatting"
},
{
"acknowledgments": [
{
"names": [
"Qualys Research Labs"
]
}
],
"cve": "CVE-2018-16866",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-11-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1653867"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read was discovered in systemd-journald in the way it parses log messages that terminate with a colon \u0027:\u0027. A local attacker can use this flaw to disclose process memory data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "systemd: out-of-bounds read when parsing a crafted syslog message",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of systemd as shipped with Red Hat Enterprise Linux 7. Red Hat Product Security has rated this issue as having a security impact of Moderate. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.\n\nRed Hat Virtualization Hypervisor and Management Appliance include vulnerable versions of systemd. However, since exploitation requires local access and impact is restricted to information disclosure, this flaw is rated as having a security issue of Low. Future updates may address this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16866"
},
{
"category": "external",
"summary": "RHBZ#1653867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1653867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16866",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16866"
},
{
"category": "external",
"summary": "https://www.qualys.com/2019/01/09/system-down/system-down.txt",
"url": "https://www.qualys.com/2019/01/09/system-down/system-down.txt"
}
],
"release_date": "2019-01-09T18:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "systemd: out-of-bounds read when parsing a crafted syslog message"
},
{
"cve": "CVE-2018-16888",
"cwe": {
"id": "CWE-250",
"name": "Execution with Unnecessary Privileges"
},
"discovery_date": "2019-01-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1662867"
}
],
"notes": [
{
"category": "description",
"text": "It was discovered systemd does not correctly check the content of PIDFile files before using it to kill processes. When a service is run from an unprivileged user (e.g. User field set in the service file), a local attacker who is able to write to the PIDFile of the mentioned service may use this flaw to trick systemd into killing other services and/or privileged processes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "systemd: kills privileged process if unprivileged PIDFile was tampered",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16888"
},
{
"category": "external",
"summary": "RHBZ#1662867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1662867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16888",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16888"
}
],
"release_date": "2017-08-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "systemd: kills privileged process if unprivileged PIDFile was tampered"
},
{
"cve": "CVE-2018-18310",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1642604"
}
],
"notes": [
{
"category": "description",
"text": "An invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl in elfutils through v0.174. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by consider_notes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of elfutils as shipped with Red Hat Enterprise Linux 5, 6, and 7.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Low, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-18310"
},
{
"category": "external",
"summary": "RHBZ#1642604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1642604"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-18310",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18310"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18310",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18310"
}
],
"release_date": "2018-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl"
},
{
"cve": "CVE-2018-18520",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2018-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1646477"
}
],
"notes": [
{
"category": "description",
"text": "An Invalid Memory Address Dereference exists in the function elf_end in libelf in elfutils through v0.174. Although eu-size is intended to support ar files inside ar files, handle_ar in size.c closes the outer ar file before handling all inner entries. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: eu-size cannot handle recursive ar files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of elfutils as shipped with Red Hat Enterprise Linux 5, 6, and 7.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Low, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-18520"
},
{
"category": "external",
"summary": "RHBZ#1646477",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646477"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-18520",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18520"
}
],
"release_date": "2018-10-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: eu-size cannot handle recursive ar files"
},
{
"cve": "CVE-2018-18521",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"discovery_date": "2018-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1646482"
}
],
"notes": [
{
"category": "description",
"text": "Divide-by-zero vulnerabilities in the function arlib_add_symbols() in arlib.c in elfutils 0.174 allow remote attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by eu-ranlib, because a zero sh_entsize is mishandled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Divide-by-zero in arlib_add_symbols function in arlib.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of elfutils as shipped with Red Hat Enterprise Linux 5, 6, and 7.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Low, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-18521"
},
{
"category": "external",
"summary": "RHBZ#1646482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-18521",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18521"
}
],
"release_date": "2018-10-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Divide-by-zero in arlib_add_symbols function in arlib.c"
},
{
"cve": "CVE-2018-20217",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2018-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1665296"
}
],
"notes": [
{
"category": "description",
"text": "A Reachable Assertion issue was discovered in the KDC in MIT Kerberos 5 (aka krb5) before 1.17. If an attacker can obtain a krbtgt ticket using an older encryption type (single-DES, triple-DES, or RC4), the attacker can crash the KDC by making an S4U2Self request.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: Reachable assertion in the KDC using S4U2Self requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-20217"
},
{
"category": "external",
"summary": "RHBZ#1665296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1665296"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-20217",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20217"
}
],
"release_date": "2018-12-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: Reachable assertion in the KDC using S4U2Self requests"
},
{
"cve": "CVE-2018-1000876",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2018-12-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1664699"
}
],
"notes": [
{
"category": "description",
"text": "binutils version 2.32 and earlier contains a Integer Overflow vulnerability in objdump, bfd_get_dynamic_reloc_upper_bound,bfd_canonicalize_dynamic_reloc that can result in Integer overflow trigger heap overflow. Successful exploitation allows execution of arbitrary code.. This attack appear to be exploitable via Local. This vulnerability appears to have been fixed in after commit 3a551c7a1b80fca579461774860574eabfd7f18f.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "binutils: integer overflow leads to heap-based buffer overflow in objdump",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The issue is classified as moderate severity primarily because of the unlikelihood of running a 32bit compiled objdump and/or having a compiled binary that uses 32bit compiled binutils libraries to analyze binaries from a not trusted source. Moreover, binutils does not handle privileged operations, meaning exploitation is unlikely to lead to system compromise or escalation of privileges. Additionally, the impact is localized to the application itself, without affecting the broader system or network security. \n\nAs per upstream binutils security policy this issue is not considered as a security flaw. Basically the key element of the policy that affects this is the understanding that analysis of untrusted binaries must always be done in a sandbox because the ELF format is open ended enough to make the analysis tools do anything, like including and processing arbitrary files. This eliminates the only possible vulnerability vector here, which is the possibility of a user being tricked into downloading and analyzing an untrusted ELF without sandboxing.\n\nSee the binutils security policy for more details:\nhttps://sourceware.org/cgit/binutils-gdb/tree/binutils/SECURITY.txt",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1000876"
},
{
"category": "external",
"summary": "RHBZ#1664699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1664699"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000876"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000876",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000876"
}
],
"release_date": "2018-12-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 4.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:H/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "binutils: integer overflow leads to heap-based buffer overflow in objdump"
},
{
"cve": "CVE-2019-1559",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2019-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1683804"
}
],
"notes": [
{
"category": "description",
"text": "If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable \"non-stitched\" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: 0-byte record padding oracle",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "1 For this issue to be exploitable, the (server) application using the OpenSSL library needs to use it incorrectly.\n2. There are multiple other requirements for the attack to succeed: \n - The ciphersuite used must be obsolete CBC cipher without a stitched implementation (or the system be in FIPS mode)\n - the attacker has to be a MITM\n - the attacker has to be able to control the client side to send requests to the buggy server on demand",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-1559"
},
{
"category": "external",
"summary": "RHBZ#1683804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1683804"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-1559",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1559"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-1559",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-1559"
},
{
"category": "external",
"summary": "https://github.com/RUB-NDS/TLS-Padding-Oracles",
"url": "https://github.com/RUB-NDS/TLS-Padding-Oracles"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20190226.txt",
"url": "https://www.openssl.org/news/secadv/20190226.txt"
}
],
"release_date": "2019-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "As a workaround you can disable SHA384 if applications (compiled with OpenSSL) allow for adjustment of the ciphersuite string configuration.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: 0-byte record padding oracle"
},
{
"acknowledgments": [
{
"names": [
"the libssh2 project"
]
},
{
"names": [
"Chris Coulson"
],
"organization": "Canonical Ltd.",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-3858",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1687306"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw was discovered in libssh2 when a specially crafted SFTP packet is received from the server. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh2: Zero-byte allocation with a specially crafted SFTP packed leading to an out-of-bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was present in libssh2 packages included in Red Hat Virtualization Hypervisor and Management Appliance, however libssh2 in these hosts is never exposed to malicious clients or servers.\n\nlibssh2 is no longer included in the virt module since Red Hat Enterprise Linux 8.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-3858"
},
{
"category": "external",
"summary": "RHBZ#1687306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1687306"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-3858",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3858"
},
{
"category": "external",
"summary": "https://www.libssh2.org/CVE-2019-3858.html",
"url": "https://www.libssh2.org/CVE-2019-3858.html"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh2: Zero-byte allocation with a specially crafted SFTP packed leading to an out-of-bounds read"
},
{
"acknowledgments": [
{
"names": [
"the libssh2 project"
]
},
{
"names": [
"Chris Coulson"
],
"organization": "Canonical Ltd.",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-3861",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1687311"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw was discovered in libssh2 in the way SSH packets with a padding length value greater than the packet length are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh2: Out-of-bounds reads with specially crafted SSH packets",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was present in libssh2 packages included in Red Hat Virtualization Hypervisor and Management Appliance, however libssh2 in these hosts is never exposed to malicious clients or servers.\n\nlibssh2 is no longer included in the virt module since Red Hat Enterprise Linux 8.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-3861"
},
{
"category": "external",
"summary": "RHBZ#1687311",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1687311"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-3861",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3861"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3861",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3861"
},
{
"category": "external",
"summary": "https://www.libssh2.org/CVE-2019-3861.html",
"url": "https://www.libssh2.org/CVE-2019-3861.html"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh2: Out-of-bounds reads with specially crafted SSH packets"
},
{
"acknowledgments": [
{
"names": [
"the libssh2 project"
]
},
{
"names": [
"Chris Coulson"
],
"organization": "Canonical Ltd.",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-3862",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2019-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1687312"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw was discovered in libssh2 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit status message and no payload are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh2: Out-of-bounds memory comparison with specially crafted message channel request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was present in libssh2 packages included in Red Hat Virtualization Hypervisor and Management Appliance, however libssh2 in these hosts is never exposed to malicious clients or servers.\n\nlibssh2 is no longer included in the virt module since Red Hat Enterprise Linux 8.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-3862"
},
{
"category": "external",
"summary": "RHBZ#1687312",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1687312"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-3862",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3862"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3862",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3862"
},
{
"category": "external",
"summary": "https://www.libssh2.org/CVE-2019-3862.html",
"url": "https://www.libssh2.org/CVE-2019-3862.html"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh2: Out-of-bounds memory comparison with specially crafted message channel request"
},
{
"cve": "CVE-2019-5010",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2019-01-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1666519"
}
],
"notes": [
{
"category": "description",
"text": "A null pointer dereference vulnerability was found in the certificate parsing code in Python. This causes a denial of service to applications when parsing specially crafted certificates. This vulnerability is unlikely to be triggered if application enables SSL/TLS certificate validation and accepts certificates only from trusted root certificate authorities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: NULL pointer dereference using a specially crafted X509 certificate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the versions of python as shipped with Red Hat Enterprise Linux 5 and 6.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-5010"
},
{
"category": "external",
"summary": "RHBZ#1666519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1666519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-5010",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html",
"url": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html"
}
],
"release_date": "2019-01-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: NULL pointer dereference using a specially crafted X509 certificate"
},
{
"cve": "CVE-2019-7149",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-01-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1671443"
}
],
"notes": [
{
"category": "description",
"text": "A heap-based buffer over-read was discovered in the function read_srclines in dwarf_getsrclines.c in libdw in elfutils 0.175. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by eu-nm.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: heap-based buffer over-read in read_srclines in dwarf_getsrclines.c in libdw",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7149"
},
{
"category": "external",
"summary": "RHBZ#1671443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1671443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7149",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7149"
}
],
"release_date": "2019-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: heap-based buffer over-read in read_srclines in dwarf_getsrclines.c in libdw"
},
{
"cve": "CVE-2019-7150",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-01-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1671446"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in elfutils 0.175. A segmentation fault can occur in the function elf64_xlatetom in libelf/elf32_xlatetom.c, due to dwfl_segment_report_module not checking whether the dyn data read from a core file is truncated. A crafted input can cause a program crash, leading to denial-of-service, as demonstrated by eu-stack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: segmentation fault in elf64_xlatetom in libelf/elf32_xlatetom.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7150"
},
{
"category": "external",
"summary": "RHBZ#1671446",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1671446"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7150",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7150"
}
],
"release_date": "2018-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: segmentation fault in elf64_xlatetom in libelf/elf32_xlatetom.c"
},
{
"cve": "CVE-2019-7664",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2019-02-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1677536"
}
],
"notes": [
{
"category": "description",
"text": "In elfutils 0.175, a negative-sized memcpy is attempted in elf_cvt_note in libelf/note_xlate.h because of an incorrect overflow check. Crafted elf input causes a segmentation fault, leading to denial of service (program crash).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: out of bound write in elf_cvt_note in libelf/note_xlate.h",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7664"
},
{
"category": "external",
"summary": "RHBZ#1677536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677536"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7664",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7664"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7664",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7664"
}
],
"release_date": "2019-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: out of bound write in elf_cvt_note in libelf/note_xlate.h"
},
{
"cve": "CVE-2019-7665",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2019-02-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1677538"
}
],
"notes": [
{
"category": "description",
"text": "In elfutils 0.175, a heap-based buffer over-read was discovered in the function elf32_xlatetom in elf32_xlatetom.c in libelf. A crafted ELF input can cause a segmentation fault leading to denial of service (program crash) because ebl_core_note does not reject malformed core file notes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: heap-based buffer over-read in function elf32_xlatetom in elf32_xlatetom.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7665"
},
{
"category": "external",
"summary": "RHBZ#1677538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7665",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7665"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7665",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7665"
}
],
"release_date": "2019-01-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: heap-based buffer over-read in function elf32_xlatetom in elf32_xlatetom.c"
},
{
"cve": "CVE-2019-9740",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2019-03-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1688169"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: CRLF injection via the query part of the url passed to urlopen()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects:\n* All current versions of Red Hat OpenStack Platform. However, version 8 is due to retire on the 20th of April 2019, there are no more planned releases prior to this date.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-9740"
},
{
"category": "external",
"summary": "RHBZ#1688169",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1688169"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-9740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9740"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: CRLF injection via the query part of the url passed to urlopen()"
},
{
"cve": "CVE-2019-9947",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2019-03-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1695572"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: CRLF injection via the path part of the url passed to urlopen()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-9947"
},
{
"category": "external",
"summary": "RHBZ#1695572",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695572"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-9947",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9947"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947"
}
],
"release_date": "2019-03-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: CRLF injection via the path part of the url passed to urlopen()"
},
{
"cve": "CVE-2019-9948",
"cwe": {
"id": "CWE-749",
"name": "Exposed Dangerous Method or Function"
},
"discovery_date": "2019-03-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1695570"
}
],
"notes": [
{
"category": "description",
"text": "urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen(\u0027local_file:///etc/passwd\u0027) call.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-9948"
},
{
"category": "external",
"summary": "RHBZ#1695570",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695570"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-9948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9948"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948"
}
],
"release_date": "2019-03-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "If your application uses a blacklist to prevent \"file://\" schema from being used, consider using a whitelist approach to just allow the schemas you want or add \"local_file://\" schema to your blacklist.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms"
},
{
"acknowledgments": [
{
"names": [
"the Mozilla project"
]
},
{
"names": [
"Jonas Allmann"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-11729",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2019-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1728437"
}
],
"notes": [
{
"category": "description",
"text": "Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nss: Empty or malformed p256-ECDH public keys may trigger a segmentation fault",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Firefox on Red Hat Enterprise Linux is built against the system nss library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11729"
},
{
"category": "external",
"summary": "RHBZ#1728437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1728437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11729",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11729"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/#CVE-2019-11729",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/#CVE-2019-11729"
}
],
"release_date": "2019-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nss: Empty or malformed p256-ECDH public keys may trigger a segmentation fault"
},
{
"acknowledgments": [
{
"names": [
"the Mozilla Project"
]
}
],
"cve": "CVE-2019-11745",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2019-11-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1774831"
}
],
"notes": [
{
"category": "description",
"text": "A heap-based buffer overflow was found in the NSC_EncryptUpdate() function in Mozilla nss. A remote attacker could trigger this flaw via SRTP encrypt or decrypt operations, to execute arbitrary code with the permissions of the user running the application (compiled with nss). While the attack complexity is high, the impact to confidentiality, integrity, and availability are high as well.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nss: Out-of-bounds write when passing an output buffer smaller than the block size to NSC_EncryptUpdate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Firefox and Thunderbird on Red Hat Enterprise Linux are built against the system nss library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11745"
},
{
"category": "external",
"summary": "RHBZ#1774831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774831"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11745",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11745"
},
{
"category": "external",
"summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.44.3_release_notes",
"url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.44.3_release_notes"
},
{
"category": "external",
"summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47.1_release_notes",
"url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47.1_release_notes"
}
],
"release_date": "2019-11-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nss: Out-of-bounds write when passing an output buffer smaller than the block size to NSC_EncryptUpdate"
},
{
"cve": "CVE-2019-13734",
"discovery_date": "2019-12-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1781980"
}
],
"notes": [
{
"category": "description",
"text": "Out of bounds write in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: fts3: improve shadow table corruption detection",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-13734"
},
{
"category": "external",
"summary": "RHBZ#1781980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-13734",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-13734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-13734"
},
{
"category": "external",
"summary": "https://chromereleases.googleblog.com/2019/12/stable-channel-update-for-desktop.html",
"url": "https://chromereleases.googleblog.com/2019/12/stable-channel-update-for-desktop.html"
}
],
"release_date": "2019-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: fts3: improve shadow table corruption detection"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1734",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2019-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1801804"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: shell enabled by default in a pipe lookup plugin subprocess",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1734"
},
{
"category": "external",
"summary": "RHBZ#1801804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1801804"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1734",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "This issue can be avoided by escaping variables which are used in the lookup.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible: shell enabled by default in a pipe lookup plugin subprocess"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1735",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: path injection on dest parameter in fetch module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1735"
},
{
"category": "external",
"summary": "RHBZ#1802085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except avoid using the affected fetch module when possible.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible: path injection on dest parameter in fetch module"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1736",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802124"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This issue affects only the newly created files and not existing ones. If the file already exists at the final destination, those permissions are retained. This could lead to the disclosure of sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: atomic_move primitive sets permissive permissions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.8.14 and 2.9.12 as well as previous versions and all 2.7.x versions are affected.\n\nAnsible Tower 3.6.5 and 3.7.2 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1736"
},
{
"category": "external",
"summary": "RHBZ#1802124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802124"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1736",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "This issue can be mitigated by specifying the \"mode\" on the task. That just leaves a race condition in place where newly created files that specify a mode in the task briefly go from 666 - umask to the final mode. An alternative workaround if many new files are created and to avoid setting a specific mode for each file would be to set the \"mode\" to \"preserve\" value. That will maintain the permissions of the source file on the controller in the final file on the managed host.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: atomic_move primitive sets permissive permissions"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1737",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2020-02-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802154"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: Extract-Zip function in win_unzip module does not check extracted path",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1737"
},
{
"category": "external",
"summary": "RHBZ#1802154",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802154"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1737"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except avoid using the affected win_unzip module when possible.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible: Extract-Zip function in win_unzip module does not check extracted path"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1738",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802164"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine when the module package or service is used and the parameter \u0027use\u0027 is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: module package can be selected by the ansible facts",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1738"
},
{
"category": "external",
"summary": "RHBZ#1802164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1738",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1738"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Specify the parameter \u0027use\u0027 when possible on the package and service modules. Avoid using Ansible Collections on Ansible 2.8.9 or 2.7.16 (and any of the previous versions) as they are not rejecting python with no path (already fixed in 2.9.x).",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: module package can be selected by the ansible facts"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1739",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802178"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine. When a password is set with the argument \"password\" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: svn module leaks password when specified as a parameter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1739"
},
{
"category": "external",
"summary": "RHBZ#1802178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802178"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1739",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1739"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Instead of using the parameter \u0027password\u0027 of the subversion module, provide the password with stdin.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: svn module leaks password when specified as a parameter"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1740",
"cwe": {
"id": "CWE-377",
"name": "Insecure Temporary File"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes \"ansible-vault edit\", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: secrets readable after ansible-vault edit",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1740"
},
{
"category": "external",
"summary": "RHBZ#1802193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1740",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1740"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except avoid using the \u0027edit\u0027 option from \u0027ansible-vault\u0027 command line tool.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: secrets readable after ansible-vault edit"
},
{
"acknowledgments": [
{
"names": [
"Felix Fountein"
]
}
],
"cve": "CVE-2020-1746",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2019-12-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1805491"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be provided from core Ansible. But we still ship ansible separately for ceph ubuntu.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1746"
},
{
"category": "external",
"summary": "RHBZ#1805491",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1805491"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1746",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1746"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746"
}
],
"release_date": "2020-02-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Using args keyword and embedding the ldap_auth variable instead of using bind_pw parameter would mitigate this issue.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules"
},
{
"acknowledgments": [
{
"names": [
"Abhijeet Kasurde"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2020-1753",
"cwe": {
"id": "CWE-214",
"name": "Invocation of Process Using Visible Sensitive Information"
},
"discovery_date": "2020-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1811008"
}
],
"notes": [
{
"category": "description",
"text": "A security flaw was found in the Ansible Engine when managing Kubernetes using the k8s connection plugin. Sensitive parameters such as passwords and tokens are passed to the kubectl command line instead of using environment variables or an input configuration file, which is safer. This flaw discloses passwords and tokens from the process list, and the no_log directive from the debug module would not be reflected in the underlying command-line tools options, displaying passwords and tokens on stdout and log files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Ansible: kubectl connection plugin leaks sensitive information",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.17, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1753"
},
{
"category": "external",
"summary": "RHBZ#1811008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1811008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1753",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1753"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753"
}
],
"release_date": "2020-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Ansible: kubectl connection plugin leaks sensitive information"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-10684",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1815519"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine. When using ansible_facts as a subkey of itself, and promoting it to a variable when injecting is enabled, overwriting the ansible_facts after the clean, an attacker could take advantage of this by altering the ansible_facts leading to privilege escalation or code injection. The highest threat from this vulnerability are to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Ansible: code injection when using ansible_facts as a subkey",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be consumed from core Ansible. But we still ship ansible separately for ceph ubuntu.\n* Red Hat OpenStack Platform does package the affected code. However, because RHOSP does not use ansible_facts as a subkey directly, the RHOSP impact has been reduced to Moderate and no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10684"
},
{
"category": "external",
"summary": "RHBZ#1815519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1815519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10684",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10684"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684"
}
],
"release_date": "2020-03-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is not a known mitigation except avoiding the functionality of using ansible_facts as a subkey.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.9,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Ansible: code injection when using ansible_facts as a subkey"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-10685",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1814627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found on Ansible Engine when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the secrets unencrypted.\r\n\r\nOn Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decrypted data remains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted is sensible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Ansible: modules which use files encrypted with vault are not properly cleaned up",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10685"
},
{
"category": "external",
"summary": "RHBZ#1814627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1814627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10685",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10685"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685"
}
],
"release_date": "2020-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except by removing manually the temporary created file after every run.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Ansible: modules which use files encrypted with vault are not properly cleaned up"
}
]
}
RHBA-2020_0547
Vulnerability from csaf_redhat - Published: 2020-02-18 15:13 - Updated: 2024-11-22 14:26In the GNU C Library (aka glibc or libc6) through 2.28, the getaddrinfo function would successfully parse a string that contained an IPv4 address followed by whitespace and arbitrary characters, which could lead applications to incorrectly assume that it had parsed a valid string, without the possibility of embedded HTTP headers or other potentially dangerous substrings.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the _gcry_ecc_ecdsa_sign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. To discover an ECDSA key, the attacker needs access to either the local machine or a different virtual machine on the same physical host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
The OpenSSL DSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.1a (Affected 1.1.1). Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.0.2q (Affected 1.0.2-1.0.2p).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
If the HOME environment variable is unset or empty, top will read its configuration file from the current working directory without any security check. If a user runs top with HOME unset in an attacker-controlled directory, the attacker could achieve privilege escalation by exploiting one of several vulnerabilities in the config_file() function.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An error within the "parse_rollei()" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to trigger an infinite loop.
CWE-835 - Loop with Unreachable Exit Condition ('Infinite Loop')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An error within the "parse_sinar_ia()" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to exhaust available CPU resources.
CWE-400 - Uncontrolled Resource Consumption| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A cached side channel attack during handshakes using RSA encryption could allow for the decryption of encrypted content. This is a variant of the Adaptive Chosen Ciphertext attack (AKA Bleichenbacher attack) and affects all NSS versions prior to NSS 3.41.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in arm_pt in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_arm_hp_template, demangle_class_name, demangle_fund_type, do_type, do_arg, demangle_args, and demangle_nested_args. This can occur during execution of nm-new.
CWE-400 - Uncontrolled Resource Consumption| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A NULL pointer dereference (aka SEGV on unknown address 0x000000000000) was discovered in work_stuff_copy_to_from in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. This can occur during execution of objdump.
CWE-476 - NULL Pointer Dereference| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Python's elementtree C accelerator failed to initialise Expat's hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by contructing an XML document that would cause pathological hash collisions in Expat's internal data structures, consuming large amounts CPU and RAM.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
It was discovered that systemd is vulnerable to a state injection attack when deserializing the state of a service. Properties longer than LINE_MAX are not correctly parsed and an attacker may abuse this flaw in particularly configured services to inject, change, or corrupt the service state.
CWE-20 - Improper Input Validation| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out-of-bounds read was discovered in elfutils in the way it reads DWARF address ranges information. Function dwarf_getaranges() in dwarf_getaranges.c does not properly check whether it reads beyond the limits of the ELF section. An attacker could use this flaw to cause a denial of service via a crafted file.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
libelf/elf_end.c in elfutils 0.173 allows remote attackers to cause a denial of service (double free and application crash) or possibly have unspecified other impact because it tries to decompress twice.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
libdw in elfutils 0.173 checks the end of the attributes list incorrectly in dwarf_getabbrev in dwarf_getabbrev.c and dwarf_hasattr in dwarf_hasattr.c, leading to a heap-based buffer over-read and an application crash.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out of bounds read was discovered in systemd-journald in the way it parses log messages that terminate with a colon ':'. A local attacker can use this flaw to disclose process memory data.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
It was discovered systemd does not correctly check the content of PIDFile files before using it to kill processes. When a service is run from an unprivileged user (e.g. User field set in the service file), a local attacker who is able to write to the PIDFile of the mentioned service may use this flaw to trick systemd into killing other services and/or privileged processes.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl in elfutils through v0.174. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by consider_notes.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An Invalid Memory Address Dereference exists in the function elf_end in libelf in elfutils through v0.174. Although eu-size is intended to support ar files inside ar files, handle_ar in size.c closes the outer ar file before handling all inner entries. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file.
CWE-119 - Improper Restriction of Operations within the Bounds of a Memory Buffer| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Divide-by-zero vulnerabilities in the function arlib_add_symbols() in arlib.c in elfutils 0.174 allow remote attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by eu-ranlib, because a zero sh_entsize is mishandled.
CWE-369 - Divide By Zero| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A Reachable Assertion issue was discovered in the KDC in MIT Kerberos 5 (aka krb5) before 1.17. If an attacker can obtain a krbtgt ticket using an older encryption type (single-DES, triple-DES, or RC4), the attacker can crash the KDC by making an S4U2Self request.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
binutils version 2.32 and earlier contains a Integer Overflow vulnerability in objdump, bfd_get_dynamic_reloc_upper_bound,bfd_canonicalize_dynamic_reloc that can result in Integer overflow trigger heap overflow. Successful exploitation allows execution of arbitrary code.. This attack appear to be exploitable via Local. This vulnerability appears to have been fixed in after commit 3a551c7a1b80fca579461774860574eabfd7f18f.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable "non-stitched" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
An out of bounds read flaw was discovered in libssh2 when a specially crafted SFTP packet is received from the server. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out of bounds read flaw was discovered in libssh2 in the way SSH packets with a padding length value greater than the packet length are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An out of bounds read flaw was discovered in libssh2 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit status message and no payload are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A null pointer dereference vulnerability was found in the certificate parsing code in Python. This causes a denial of service to applications when parsing specially crafted certificates. This vulnerability is unlikely to be triggered if application enables SSL/TLS certificate validation and accepts certificates only from trusted root certificate authorities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A heap-based buffer over-read was discovered in the function read_srclines in dwarf_getsrclines.c in libdw in elfutils 0.175. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by eu-nm.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in elfutils 0.175. A segmentation fault can occur in the function elf64_xlatetom in libelf/elf32_xlatetom.c, due to dwfl_segment_report_module not checking whether the dyn data read from a core file is truncated. A crafted input can cause a program crash, leading to denial-of-service, as demonstrated by eu-stack.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
In elfutils 0.175, a negative-sized memcpy is attempted in elf_cvt_note in libelf/note_xlate.h because of an incorrect overflow check. Crafted elf input causes a segmentation fault, leading to denial of service (program crash).
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
In elfutils 0.175, a heap-based buffer over-read was discovered in the function elf32_xlatetom in elf32_xlatetom.c in libelf. A crafted ELF input can cause a segmentation fault leading to denial of service (program crash) because ebl_core_note does not reject malformed core file notes.
CWE-122 - Heap-based Buffer Overflow| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \r\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen('local_file:///etc/passwd') call.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used. This vulnerability affects Firefox ESR < 60.8, Firefox < 68, and Thunderbird < 60.8.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A heap-based buffer overflow was found in the NSC_EncryptUpdate() function in Mozilla nss. A remote attacker could trigger this flaw via SRTP encrypt or decrypt operations, to execute arbitrary code with the permissions of the user running the application (compiled with nss). While the attack complexity is high, the impact to confidentiality, integrity, and availability are high as well.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
Out of bounds write in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
|
A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This issue affects only the newly created files and not existing ones. If the file already exists at the final destination, those permissions are retained. This could lead to the disclosure of sensitive data.
CWE-732 - Incorrect Permission Assignment for Critical Resource| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine when the module package or service is used and the parameter 'use' is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file.
CWE-88 - Improper Neutralization of Argument Delimiters in a Command ('Argument Injection')| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine. When a password is set with the argument "password" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.
CWE-200 - Exposure of Sensitive Information to an Unauthorized Actor| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes "ansible-vault edit", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely.
CWE-377 - Insecure Temporary File| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A security flaw was found in the Ansible Engine when managing Kubernetes using the k8s connection plugin. Sensitive parameters such as passwords and tokens are passed to the kubectl command line instead of using environment variables or an input configuration file, which is safer. This flaw discloses passwords and tokens from the process list, and the no_log directive from the debug module would not be reflected in the underlying command-line tools options, displaying passwords and tokens on stdout and log files.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found in the Ansible Engine. When using ansible_facts as a subkey of itself, and promoting it to a variable when injecting is enabled, overwriting the ansible_facts after the clean, an attacker could take advantage of this by altering the ansible_facts leading to privilege escalation or code injection. The highest threat from this vulnerability are to data integrity and system availability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
A flaw was found on Ansible Engine when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the secrets unencrypted. On Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decrypted data remains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted is sensible.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 | — |
Vendor Fix
fix
Workaround
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Important"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "Container Image Rebuild for Ansible Tower 3.4 Dependency",
"title": "Topic"
},
{
"category": "general",
"text": "The ansible-tower-memcached container image has been updated for Red Hat Ansible Tower 3.4 for RHEL 7 to address security advisories:\n\nRHSA-2019:2030\nRHSA-2019:2118\nRHSA-2019:2136\nRHSA-2019:2197\nRHSA-2019:2237\nRHSA-2019:2304\nRHSA-2019:4190\nRHSA-2020:0227",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHBA-2020:0547",
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2030",
"url": "https://access.redhat.com/errata/RHSA-2019:2030"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2118",
"url": "https://access.redhat.com/errata/RHSA-2019:2118"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2136",
"url": "https://access.redhat.com/errata/RHSA-2019:2136"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2197",
"url": "https://access.redhat.com/errata/RHSA-2019:2197"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2237",
"url": "https://access.redhat.com/errata/RHSA-2019:2237"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:2304",
"url": "https://access.redhat.com/errata/RHSA-2019:2304"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2019:4190",
"url": "https://access.redhat.com/errata/RHSA-2019:4190"
},
{
"category": "external",
"summary": "https://access.redhat.com/errata/RHSA-2020:0227",
"url": "https://access.redhat.com/errata/RHSA-2020:0227"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2020/rhba-2020_0547.json"
}
],
"title": "Red Hat Bug Fix Advisory: Container Image Rebuild for Ansible Tower 3.4 Dependency",
"tracking": {
"current_release_date": "2024-11-22T14:26:18+00:00",
"generator": {
"date": "2024-11-22T14:26:18+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "4.2.1"
}
},
"id": "RHBA-2020:0547",
"initial_release_date": "2020-02-18T15:13:57+00:00",
"revision_history": [
{
"date": "2020-02-18T15:13:57+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2020-02-18T15:13:57+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2024-11-22T14:26:18+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product": {
"name": "Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:ansible_tower:3.4::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Ansible Tower"
},
{
"branches": [
{
"category": "product_version",
"name": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product": {
"name": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_id": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-37/ansible-tower-memcached-rhel7\u0026tag=1.4.15-28"
}
}
},
{
"category": "product_version",
"name": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product": {
"name": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_id": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-35/ansible-tower-memcached\u0026tag=1.4.15-28"
}
}
},
{
"category": "product_version",
"name": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product": {
"name": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_id": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"product_identification_helper": {
"purl": "pkg:oci/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c?arch=amd64\u0026repository_url=registry.redhat.io/ansible-tower-34/ansible-tower-memcached\u0026tag=1.4.15-28"
}
}
}
],
"category": "architecture",
"name": "amd64"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 as a component of Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
},
"product_reference": "ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"relates_to_product_reference": "7Server-Ansible-Tower-3.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 as a component of Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
},
"product_reference": "ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"relates_to_product_reference": "7Server-Ansible-Tower-3.4"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64 as a component of Red Hat Ansible Tower 3.4 for RHEL 7 Server",
"product_id": "7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
},
"product_reference": "ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"relates_to_product_reference": "7Server-Ansible-Tower-3.4"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-10739",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2016-02-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1347549"
}
],
"notes": [
{
"category": "description",
"text": "In the GNU C Library (aka glibc or libc6) through 2.28, the getaddrinfo function would successfully parse a string that contained an IPv4 address followed by whitespace and arbitrary characters, which could lead applications to incorrectly assume that it had parsed a valid string, without the possibility of embedded HTTP headers or other potentially dangerous substrings.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "glibc: getaddrinfo should reject IP addresses with trailing characters",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as having Moderate security impact. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-10739"
},
{
"category": "external",
"summary": "RHBZ#1347549",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1347549"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-10739",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-10739"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-10739",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-10739"
}
],
"release_date": "2016-04-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "LOW",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.6,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:L/AC:L/Au:N/C:P/I:P/A:P",
"version": "2.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "glibc: getaddrinfo should reject IP addresses with trailing characters"
},
{
"cve": "CVE-2018-0495",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2018-06-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1591163"
}
],
"notes": [
{
"category": "description",
"text": "Libgcrypt before 1.7.10 and 1.8.x before 1.8.3 allows a memory-cache side-channel attack on ECDSA signatures that can be mitigated through the use of blinding during the signing process in the _gcry_ecc_ecdsa_sign function in cipher/ecc-ecdsa.c, aka the Return Of the Hidden Number Problem or ROHNP. To discover an ECDSA key, the attacker needs access to either the local machine or a different virtual machine on the same physical host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ROHNP: Key Extraction Side Channel in Multiple Crypto Libraries",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Since the 5.8.3 release, Red Hat CloudForms no longer uses libtomcrypt.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-0495"
},
{
"category": "external",
"summary": "RHBZ#1591163",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1591163"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-0495",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-0495"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-0495",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-0495"
},
{
"category": "external",
"summary": "https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/",
"url": "https://www.nccgroup.trust/us/our-research/technical-advisory-return-of-the-hidden-number-problem/"
}
],
"release_date": "2018-06-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ROHNP: Key Extraction Side Channel in Multiple Crypto Libraries"
},
{
"cve": "CVE-2018-0734",
"cwe": {
"id": "CWE-385",
"name": "Covert Timing Channel"
},
"discovery_date": "2018-10-30T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1644364"
}
],
"notes": [
{
"category": "description",
"text": "The OpenSSL DSA signature algorithm has been shown to be vulnerable to a timing side channel attack. An attacker could use variations in the signing algorithm to recover the private key. Fixed in OpenSSL 1.1.1a (Affected 1.1.1). Fixed in OpenSSL 1.1.0j (Affected 1.1.0-1.1.0i). Fixed in OpenSSL 1.0.2q (Affected 1.0.2-1.0.2p).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: timing side channel attack in the DSA signature algorithm",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-0734"
},
{
"category": "external",
"summary": "RHBZ#1644364",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1644364"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-0734",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-0734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-0734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-0734"
}
],
"release_date": "2018-10-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.1,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "openssl: timing side channel attack in the DSA signature algorithm"
},
{
"acknowledgments": [
{
"names": [
"Qualys Research Labs"
]
}
],
"cve": "CVE-2018-1122",
"cwe": {
"id": "CWE-829",
"name": "Inclusion of Functionality from Untrusted Control Sphere"
},
"discovery_date": "2018-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1575466"
}
],
"notes": [
{
"category": "description",
"text": "If the HOME environment variable is unset or empty, top will read its configuration file from the current working directory without any security check. If a user runs top with HOME unset in an attacker-controlled directory, the attacker could achieve privilege escalation by exploiting one of several vulnerabilities in the config_file() function.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "procps: Local privilege escalation in top",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1122"
},
{
"category": "external",
"summary": "RHBZ#1575466",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1575466"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1122",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1122"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1122",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1122"
},
{
"category": "external",
"summary": "https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt",
"url": "https://www.qualys.com/2018/05/17/procps-ng-audit-report-advisory.txt"
}
],
"release_date": "2018-05-17T17:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 6.7,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "procps: Local privilege escalation in top"
},
{
"cve": "CVE-2018-5818",
"cwe": {
"id": "CWE-835",
"name": "Loop with Unreachable Exit Condition (\u0027Infinite Loop\u0027)"
},
"discovery_date": "2018-12-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1661608"
}
],
"notes": [
{
"category": "description",
"text": "An error within the \"parse_rollei()\" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to trigger an infinite loop.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "LibRaw: DoS in parse_rollei function in internal/dcraw_common.cpp",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-5818"
},
{
"category": "external",
"summary": "RHBZ#1661608",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1661608"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-5818",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5818"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-5818",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-5818"
}
],
"release_date": "2018-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "LibRaw: DoS in parse_rollei function in internal/dcraw_common.cpp"
},
{
"cve": "CVE-2018-5819",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2018-12-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1661604"
}
],
"notes": [
{
"category": "description",
"text": "An error within the \"parse_sinar_ia()\" function (internal/dcraw_common.cpp) within LibRaw versions prior to 0.19.1 can be exploited to exhaust available CPU resources.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "LibRaw: DoS in parse_sinar_ia function in internal/dcraw_common.cpp",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-5819"
},
{
"category": "external",
"summary": "RHBZ#1661604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1661604"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-5819",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-5819"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-5819",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-5819"
}
],
"release_date": "2018-12-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "LibRaw: DoS in parse_sinar_ia function in internal/dcraw_common.cpp"
},
{
"cve": "CVE-2018-12404",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2018-12-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1657913"
}
],
"notes": [
{
"category": "description",
"text": "A cached side channel attack during handshakes using RSA encryption could allow for the decryption of encrypted content. This is a variant of the Adaptive Chosen Ciphertext attack (AKA Bleichenbacher attack) and affects all NSS versions prior to NSS 3.41.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nss: Cache side-channel variant of the Bleichenbacher attack",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-12404"
},
{
"category": "external",
"summary": "RHBZ#1657913",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1657913"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-12404",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12404"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-12404",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-12404"
}
],
"release_date": "2018-11-30T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nss: Cache side-channel variant of the Bleichenbacher attack"
},
{
"cve": "CVE-2018-12641",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2018-06-22T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1594410"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in arm_pt in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. Stack Exhaustion occurs in the C++ demangling functions provided by libiberty, and there are recursive stack frames: demangle_arm_hp_template, demangle_class_name, demangle_fund_type, do_type, do_arg, demangle_args, and demangle_nested_args. This can occur during execution of nm-new.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "binutils: Stack Exhaustion in the demangling functions provided by libiberty",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-12641"
},
{
"category": "external",
"summary": "RHBZ#1594410",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1594410"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-12641",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12641"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-12641",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-12641"
}
],
"release_date": "2018-04-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "binutils: Stack Exhaustion in the demangling functions provided by libiberty"
},
{
"cve": "CVE-2018-12697",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2018-06-23T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1595417"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference (aka SEGV on unknown address 0x000000000000) was discovered in work_stuff_copy_to_from in cplus-dem.c in GNU libiberty, as distributed in GNU Binutils 2.30. This can occur during execution of objdump.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "binutils: NULL pointer dereference in work_stuff_copy_to_from in cplus-dem.c.",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-12697"
},
{
"category": "external",
"summary": "RHBZ#1595417",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1595417"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-12697",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-12697"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-12697",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-12697"
}
],
"release_date": "2018-04-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "binutils: NULL pointer dereference in work_stuff_copy_to_from in cplus-dem.c."
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Zhaoyang Wu"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-14618",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2018-08-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1622707"
}
],
"notes": [
{
"category": "description",
"text": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: NTLM password overflow via integer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14618"
},
{
"category": "external",
"summary": "RHBZ#1622707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1622707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14618",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14618"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14618",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14618"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/CVE-2018-14618.html",
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
}
],
"release_date": "2018-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: NTLM password overflow via integer overflow"
},
{
"acknowledgments": [
{
"names": [
"the Python Security Response Team"
]
}
],
"cve": "CVE-2018-14647",
"cwe": {
"id": "CWE-335",
"name": "Incorrect Usage of Seeds in Pseudo-Random Number Generator (PRNG)"
},
"discovery_date": "2018-09-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1631822"
}
],
"notes": [
{
"category": "description",
"text": "Python\u0027s elementtree C accelerator failed to initialise Expat\u0027s hash salt during initialization. This could make it easy to conduct denial of service attacks against Expat by contructing an XML document that would cause pathological hash collisions in Expat\u0027s internal data structures, consuming large amounts CPU and RAM.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Missing salt initialization in _elementtree.c module",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14647"
},
{
"category": "external",
"summary": "RHBZ#1631822",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1631822"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14647",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14647"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14647"
},
{
"category": "external",
"summary": "https://bugs.python.org/issue34623",
"url": "https://bugs.python.org/issue34623"
}
],
"release_date": "2018-09-22T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Missing salt initialization in _elementtree.c module"
},
{
"acknowledgments": [
{
"names": [
"Jann Horn"
],
"organization": "Google Project Zero"
},
{
"names": [
"Ubuntu"
]
}
],
"cve": "CVE-2018-15686",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1639071"
}
],
"notes": [
{
"category": "description",
"text": "It was discovered that systemd is vulnerable to a state injection attack when deserializing the state of a service. Properties longer than LINE_MAX are not correctly parsed and an attacker may abuse this flaw in particularly configured services to inject, change, or corrupt the service state.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "systemd: line splitting via fgets() allows for state injection during daemon-reexec",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-15686"
},
{
"category": "external",
"summary": "RHBZ#1639071",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1639071"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-15686",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-15686"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-15686",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-15686"
}
],
"release_date": "2018-10-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:N/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "systemd: line splitting via fgets() allows for state injection during daemon-reexec"
},
{
"cve": "CVE-2018-16062",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-08-29T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1623752"
}
],
"notes": [
{
"category": "description",
"text": "An out-of-bounds read was discovered in elfutils in the way it reads DWARF address ranges information. Function dwarf_getaranges() in dwarf_getaranges.c does not properly check whether it reads beyond the limits of the ELF section. An attacker could use this flaw to cause a denial of service via a crafted file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Heap-based buffer over-read in libdw/dwarf_getaranges.c:dwarf_getaranges() via crafted file",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16062"
},
{
"category": "external",
"summary": "RHBZ#1623752",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1623752"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16062",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16062"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16062",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16062"
}
],
"release_date": "2018-08-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Heap-based buffer over-read in libdw/dwarf_getaranges.c:dwarf_getaranges() via crafted file"
},
{
"cve": "CVE-2018-16402",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2018-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1625050"
}
],
"notes": [
{
"category": "description",
"text": "libelf/elf_end.c in elfutils 0.173 allows remote attackers to cause a denial of service (double free and application crash) or possibly have unspecified other impact because it tries to decompress twice.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Double-free due to double decompression of sections in crafted ELF causes crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16402"
},
{
"category": "external",
"summary": "RHBZ#1625050",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1625050"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16402",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16402"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16402",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16402"
}
],
"release_date": "2018-08-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Double-free due to double decompression of sections in crafted ELF causes crash"
},
{
"cve": "CVE-2018-16403",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-09-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1625055"
}
],
"notes": [
{
"category": "description",
"text": "libdw in elfutils 0.173 checks the end of the attributes list incorrectly in dwarf_getabbrev in dwarf_getabbrev.c and dwarf_hasattr in dwarf_hasattr.c, leading to a heap-based buffer over-read and an application crash.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Heap-based buffer over-read in libdw/dwarf_getabbrev.c and libwd/dwarf_hasattr.c causes crash",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16403"
},
{
"category": "external",
"summary": "RHBZ#1625055",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1625055"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16403",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16403"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16403",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16403"
}
],
"release_date": "2018-08-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Heap-based buffer over-read in libdw/dwarf_getabbrev.c and libwd/dwarf_hasattr.c causes crash"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Brian Carpenter"
],
"organization": "Geeknik Labs",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-16842",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-10-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1644124"
}
],
"notes": [
{
"category": "description",
"text": "Curl versions 7.14.1 through 7.61.1 are vulnerable to a heap-based buffer over-read in the tool_msgs.c:voutf() function that may result in information exposure and denial of service.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Heap-based buffer over-read in the curl tool warning formatting",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16842"
},
{
"category": "external",
"summary": "RHBZ#1644124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1644124"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16842",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16842"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16842",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16842"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/CVE-2018-16842.html",
"url": "https://curl.haxx.se/docs/CVE-2018-16842.html"
}
],
"release_date": "2018-10-31T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.6,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Heap-based buffer over-read in the curl tool warning formatting"
},
{
"acknowledgments": [
{
"names": [
"Qualys Research Labs"
]
}
],
"cve": "CVE-2018-16866",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2018-11-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1653867"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read was discovered in systemd-journald in the way it parses log messages that terminate with a colon \u0027:\u0027. A local attacker can use this flaw to disclose process memory data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "systemd: out-of-bounds read when parsing a crafted syslog message",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of systemd as shipped with Red Hat Enterprise Linux 7. Red Hat Product Security has rated this issue as having a security impact of Moderate. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.\n\nRed Hat Virtualization Hypervisor and Management Appliance include vulnerable versions of systemd. However, since exploitation requires local access and impact is restricted to information disclosure, this flaw is rated as having a security issue of Low. Future updates may address this issue.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16866"
},
{
"category": "external",
"summary": "RHBZ#1653867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1653867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16866",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16866"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16866",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16866"
},
{
"category": "external",
"summary": "https://www.qualys.com/2019/01/09/system-down/system-down.txt",
"url": "https://www.qualys.com/2019/01/09/system-down/system-down.txt"
}
],
"release_date": "2019-01-09T18:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "ADJACENT_NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:A/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "systemd: out-of-bounds read when parsing a crafted syslog message"
},
{
"cve": "CVE-2018-16888",
"cwe": {
"id": "CWE-250",
"name": "Execution with Unnecessary Privileges"
},
"discovery_date": "2019-01-02T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1662867"
}
],
"notes": [
{
"category": "description",
"text": "It was discovered systemd does not correctly check the content of PIDFile files before using it to kill processes. When a service is run from an unprivileged user (e.g. User field set in the service file), a local attacker who is able to write to the PIDFile of the mentioned service may use this flaw to trick systemd into killing other services and/or privileged processes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "systemd: kills privileged process if unprivileged PIDFile was tampered",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-16888"
},
{
"category": "external",
"summary": "RHBZ#1662867",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1662867"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-16888",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-16888"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-16888",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-16888"
}
],
"release_date": "2017-08-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 4.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:L/UI:R/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "systemd: kills privileged process if unprivileged PIDFile was tampered"
},
{
"cve": "CVE-2018-18310",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-10-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1642604"
}
],
"notes": [
{
"category": "description",
"text": "An invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl in elfutils through v0.174. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by consider_notes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of elfutils as shipped with Red Hat Enterprise Linux 5, 6, and 7.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Low, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-18310"
},
{
"category": "external",
"summary": "RHBZ#1642604",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1642604"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-18310",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18310"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18310",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18310"
}
],
"release_date": "2018-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: invalid memory address dereference was discovered in dwfl_segment_report_module.c in libdwfl"
},
{
"cve": "CVE-2018-18520",
"cwe": {
"id": "CWE-119",
"name": "Improper Restriction of Operations within the Bounds of a Memory Buffer"
},
"discovery_date": "2018-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1646477"
}
],
"notes": [
{
"category": "description",
"text": "An Invalid Memory Address Dereference exists in the function elf_end in libelf in elfutils through v0.174. Although eu-size is intended to support ar files inside ar files, handle_ar in size.c closes the outer ar file before handling all inner entries. The vulnerability allows attackers to cause a denial of service (application crash) with a crafted ELF file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: eu-size cannot handle recursive ar files",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of elfutils as shipped with Red Hat Enterprise Linux 5, 6, and 7.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Low, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-18520"
},
{
"category": "external",
"summary": "RHBZ#1646477",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646477"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-18520",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18520"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18520",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18520"
}
],
"release_date": "2018-10-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: eu-size cannot handle recursive ar files"
},
{
"cve": "CVE-2018-18521",
"cwe": {
"id": "CWE-369",
"name": "Divide By Zero"
},
"discovery_date": "2018-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1646482"
}
],
"notes": [
{
"category": "description",
"text": "Divide-by-zero vulnerabilities in the function arlib_add_symbols() in arlib.c in elfutils 0.174 allow remote attackers to cause a denial of service (application crash) with a crafted ELF file, as demonstrated by eu-ranlib, because a zero sh_entsize is mishandled.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: Divide-by-zero in arlib_add_symbols function in arlib.c",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of elfutils as shipped with Red Hat Enterprise Linux 5, 6, and 7.\n\nRed Hat Enterprise Linux 5 is now in Extended Life Phase of the support and maintenance life cycle. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.\n\nRed Hat Enterprise Linux 6 is now in Maintenance Support 2 Phase of the support and maintenance life cycle. This has been rated as having a security impact of Low, and is not currently planned to be addressed in future updates. For additional information, refer to the Red Hat Enterprise Linux Life Cycle: https://access.redhat.com/support/policy/updates/errata/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-18521"
},
{
"category": "external",
"summary": "RHBZ#1646482",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646482"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-18521",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-18521"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-18521",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-18521"
}
],
"release_date": "2018-10-17T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: Divide-by-zero in arlib_add_symbols function in arlib.c"
},
{
"cve": "CVE-2018-20217",
"cwe": {
"id": "CWE-617",
"name": "Reachable Assertion"
},
"discovery_date": "2018-12-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1665296"
}
],
"notes": [
{
"category": "description",
"text": "A Reachable Assertion issue was discovered in the KDC in MIT Kerberos 5 (aka krb5) before 1.17. If an attacker can obtain a krbtgt ticket using an older encryption type (single-DES, triple-DES, or RC4), the attacker can crash the KDC by making an S4U2Self request.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "krb5: Reachable assertion in the KDC using S4U2Self requests",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-20217"
},
{
"category": "external",
"summary": "RHBZ#1665296",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1665296"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-20217",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-20217"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-20217",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-20217"
}
],
"release_date": "2018-12-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "krb5: Reachable assertion in the KDC using S4U2Self requests"
},
{
"cve": "CVE-2018-1000876",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2018-12-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1664699"
}
],
"notes": [
{
"category": "description",
"text": "binutils version 2.32 and earlier contains a Integer Overflow vulnerability in objdump, bfd_get_dynamic_reloc_upper_bound,bfd_canonicalize_dynamic_reloc that can result in Integer overflow trigger heap overflow. Successful exploitation allows execution of arbitrary code.. This attack appear to be exploitable via Local. This vulnerability appears to have been fixed in after commit 3a551c7a1b80fca579461774860574eabfd7f18f.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "binutils: integer overflow leads to heap-based buffer overflow in objdump",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The issue is classified as moderate severity primarily because of the unlikelihood of running a 32bit compiled objdump and/or having a compiled binary that uses 32bit compiled binutils libraries to analyze binaries from a not trusted source. Moreover, binutils does not handle privileged operations, meaning exploitation is unlikely to lead to system compromise or escalation of privileges. Additionally, the impact is localized to the application itself, without affecting the broader system or network security. \n\nAs per upstream binutils security policy this issue is not considered as a security flaw. Basically the key element of the policy that affects this is the understanding that analysis of untrusted binaries must always be done in a sandbox because the ELF format is open ended enough to make the analysis tools do anything, like including and processing arbitrary files. This eliminates the only possible vulnerability vector here, which is the possibility of a user being tricked into downloading and analyzing an untrusted ELF without sandboxing.\n\nSee the binutils security policy for more details:\nhttps://sourceware.org/cgit/binutils-gdb/tree/binutils/SECURITY.txt",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1000876"
},
{
"category": "external",
"summary": "RHBZ#1664699",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1664699"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000876",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000876"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000876",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000876"
}
],
"release_date": "2018-12-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "binutils: integer overflow leads to heap-based buffer overflow in objdump"
},
{
"cve": "CVE-2019-1559",
"cwe": {
"id": "CWE-325",
"name": "Missing Cryptographic Step"
},
"discovery_date": "2019-02-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1683804"
}
],
"notes": [
{
"category": "description",
"text": "If an application encounters a fatal protocol error and then calls SSL_shutdown() twice (once to send a close_notify, and once to receive one) then OpenSSL can respond differently to the calling application if a 0 byte record is received with invalid padding compared to if a 0 byte record is received with an invalid MAC. If the application then behaves differently based on that in a way that is detectable to the remote peer, then this amounts to a padding oracle that could be used to decrypt data. In order for this to be exploitable \"non-stitched\" ciphersuites must be in use. Stitched ciphersuites are optimised implementations of certain commonly used ciphersuites. Also the application must call SSL_shutdown() twice even if a protocol error has occurred (applications should not do this but some do anyway). Fixed in OpenSSL 1.0.2r (Affected 1.0.2-1.0.2q).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "openssl: 0-byte record padding oracle",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "1 For this issue to be exploitable, the (server) application using the OpenSSL library needs to use it incorrectly.\n2. There are multiple other requirements for the attack to succeed: \n - The ciphersuite used must be obsolete CBC cipher without a stitched implementation (or the system be in FIPS mode)\n - the attacker has to be a MITM\n - the attacker has to be able to control the client side to send requests to the buggy server on demand",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-1559"
},
{
"category": "external",
"summary": "RHBZ#1683804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1683804"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-1559",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-1559"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-1559",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-1559"
},
{
"category": "external",
"summary": "https://github.com/RUB-NDS/TLS-Padding-Oracles",
"url": "https://github.com/RUB-NDS/TLS-Padding-Oracles"
},
{
"category": "external",
"summary": "https://www.openssl.org/news/secadv/20190226.txt",
"url": "https://www.openssl.org/news/secadv/20190226.txt"
}
],
"release_date": "2019-02-26T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "As a workaround you can disable SHA384 if applications (compiled with OpenSSL) allow for adjustment of the ciphersuite string configuration.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "openssl: 0-byte record padding oracle"
},
{
"acknowledgments": [
{
"names": [
"the libssh2 project"
]
},
{
"names": [
"Chris Coulson"
],
"organization": "Canonical Ltd.",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-3858",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1687306"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw was discovered in libssh2 when a specially crafted SFTP packet is received from the server. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh2: Zero-byte allocation with a specially crafted SFTP packed leading to an out-of-bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was present in libssh2 packages included in Red Hat Virtualization Hypervisor and Management Appliance, however libssh2 in these hosts is never exposed to malicious clients or servers.\n\nlibssh2 is no longer included in the virt module since Red Hat Enterprise Linux 8.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-3858"
},
{
"category": "external",
"summary": "RHBZ#1687306",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1687306"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-3858",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3858"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3858",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3858"
},
{
"category": "external",
"summary": "https://www.libssh2.org/CVE-2019-3858.html",
"url": "https://www.libssh2.org/CVE-2019-3858.html"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh2: Zero-byte allocation with a specially crafted SFTP packed leading to an out-of-bounds read"
},
{
"acknowledgments": [
{
"names": [
"the libssh2 project"
]
},
{
"names": [
"Chris Coulson"
],
"organization": "Canonical Ltd.",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-3861",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1687311"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw was discovered in libssh2 in the way SSH packets with a padding length value greater than the packet length are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh2: Out-of-bounds reads with specially crafted SSH packets",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was present in libssh2 packages included in Red Hat Virtualization Hypervisor and Management Appliance, however libssh2 in these hosts is never exposed to malicious clients or servers.\n\nlibssh2 is no longer included in the virt module since Red Hat Enterprise Linux 8.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-3861"
},
{
"category": "external",
"summary": "RHBZ#1687311",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1687311"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-3861",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3861"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3861",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3861"
},
{
"category": "external",
"summary": "https://www.libssh2.org/CVE-2019-3861.html",
"url": "https://www.libssh2.org/CVE-2019-3861.html"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh2: Out-of-bounds reads with specially crafted SSH packets"
},
{
"acknowledgments": [
{
"names": [
"the libssh2 project"
]
},
{
"names": [
"Chris Coulson"
],
"organization": "Canonical Ltd.",
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-3862",
"cwe": {
"id": "CWE-130",
"name": "Improper Handling of Length Parameter Inconsistency"
},
"discovery_date": "2019-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1687312"
}
],
"notes": [
{
"category": "description",
"text": "An out of bounds read flaw was discovered in libssh2 in the way SSH_MSG_CHANNEL_REQUEST packets with an exit status message and no payload are parsed. A remote attacker who compromises a SSH server may be able to cause a denial of service or read data in the client memory.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "libssh2: Out-of-bounds memory comparison with specially crafted message channel request",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw was present in libssh2 packages included in Red Hat Virtualization Hypervisor and Management Appliance, however libssh2 in these hosts is never exposed to malicious clients or servers.\n\nlibssh2 is no longer included in the virt module since Red Hat Enterprise Linux 8.1.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-3862"
},
{
"category": "external",
"summary": "RHBZ#1687312",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1687312"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-3862",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-3862"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-3862",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-3862"
},
{
"category": "external",
"summary": "https://www.libssh2.org/CVE-2019-3862.html",
"url": "https://www.libssh2.org/CVE-2019-3862.html"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 7.3,
"baseSeverity": "HIGH",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "libssh2: Out-of-bounds memory comparison with specially crafted message channel request"
},
{
"cve": "CVE-2019-5010",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2019-01-15T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1666519"
}
],
"notes": [
{
"category": "description",
"text": "A null pointer dereference vulnerability was found in the certificate parsing code in Python. This causes a denial of service to applications when parsing specially crafted certificates. This vulnerability is unlikely to be triggered if application enables SSL/TLS certificate validation and accepts certificates only from trusted root certificate authorities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: NULL pointer dereference using a specially crafted X509 certificate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the versions of python as shipped with Red Hat Enterprise Linux 5 and 6.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-5010"
},
{
"category": "external",
"summary": "RHBZ#1666519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1666519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-5010",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-5010"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-5010"
},
{
"category": "external",
"summary": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html",
"url": "https://python-security.readthedocs.io/vuln/ssl-crl-dps-dos.html"
}
],
"release_date": "2019-01-15T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: NULL pointer dereference using a specially crafted X509 certificate"
},
{
"cve": "CVE-2019-7149",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-01-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1671443"
}
],
"notes": [
{
"category": "description",
"text": "A heap-based buffer over-read was discovered in the function read_srclines in dwarf_getsrclines.c in libdw in elfutils 0.175. A crafted input can cause segmentation faults, leading to denial-of-service, as demonstrated by eu-nm.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: heap-based buffer over-read in read_srclines in dwarf_getsrclines.c in libdw",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7149"
},
{
"category": "external",
"summary": "RHBZ#1671443",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1671443"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7149",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7149"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7149",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7149"
}
],
"release_date": "2019-01-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: heap-based buffer over-read in read_srclines in dwarf_getsrclines.c in libdw"
},
{
"cve": "CVE-2019-7150",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2019-01-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1671446"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in elfutils 0.175. A segmentation fault can occur in the function elf64_xlatetom in libelf/elf32_xlatetom.c, due to dwfl_segment_report_module not checking whether the dyn data read from a core file is truncated. A crafted input can cause a program crash, leading to denial-of-service, as demonstrated by eu-stack.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: segmentation fault in elf64_xlatetom in libelf/elf32_xlatetom.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7150"
},
{
"category": "external",
"summary": "RHBZ#1671446",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1671446"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7150",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7150"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7150",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7150"
}
],
"release_date": "2018-10-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: segmentation fault in elf64_xlatetom in libelf/elf32_xlatetom.c"
},
{
"cve": "CVE-2019-7664",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2019-02-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1677536"
}
],
"notes": [
{
"category": "description",
"text": "In elfutils 0.175, a negative-sized memcpy is attempted in elf_cvt_note in libelf/note_xlate.h because of an incorrect overflow check. Crafted elf input causes a segmentation fault, leading to denial of service (program crash).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: out of bound write in elf_cvt_note in libelf/note_xlate.h",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7664"
},
{
"category": "external",
"summary": "RHBZ#1677536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677536"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7664",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7664"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7664",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7664"
}
],
"release_date": "2019-01-11T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: out of bound write in elf_cvt_note in libelf/note_xlate.h"
},
{
"cve": "CVE-2019-7665",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2019-02-11T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1677538"
}
],
"notes": [
{
"category": "description",
"text": "In elfutils 0.175, a heap-based buffer over-read was discovered in the function elf32_xlatetom in elf32_xlatetom.c in libelf. A crafted ELF input can cause a segmentation fault leading to denial of service (program crash) because ebl_core_note does not reject malformed core file notes.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "elfutils: heap-based buffer over-read in function elf32_xlatetom in elf32_xlatetom.c",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-7665"
},
{
"category": "external",
"summary": "RHBZ#1677538",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1677538"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-7665",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-7665"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-7665",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-7665"
}
],
"release_date": "2019-01-12T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "elfutils: heap-based buffer over-read in function elf32_xlatetom in elf32_xlatetom.c"
},
{
"cve": "CVE-2019-9740",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2019-03-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1688169"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the query string after a ? character) followed by an HTTP header or a Redis command. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: CRLF injection via the query part of the url passed to urlopen()",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects:\n* All current versions of Red Hat OpenStack Platform. However, version 8 is due to retire on the 20th of April 2019, there are no more planned releases prior to this date.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-9740"
},
{
"category": "external",
"summary": "RHBZ#1688169",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1688169"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-9740",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9740"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9740"
}
],
"release_date": "2019-03-13T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: CRLF injection via the query part of the url passed to urlopen()"
},
{
"cve": "CVE-2019-9947",
"cwe": {
"id": "CWE-113",
"name": "Improper Neutralization of CRLF Sequences in HTTP Headers (\u0027HTTP Request/Response Splitting\u0027)"
},
"discovery_date": "2019-03-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1695572"
}
],
"notes": [
{
"category": "description",
"text": "An issue was discovered in urllib2 in Python 2.x through 2.7.16 and urllib in Python 3.x through 3.7.3. CRLF injection is possible if the attacker controls a url parameter, as demonstrated by the first argument to urllib.request.urlopen with \\r\\n (specifically in the path component of a URL that lacks a ? character) followed by an HTTP header or a Redis command. This is similar to the CVE-2019-9740 query string issue. This is fixed in: v2.7.17, v2.7.17rc1, v2.7.18, v2.7.18rc1; v3.5.10, v3.5.10rc1, v3.5.8, v3.5.8rc1, v3.5.8rc2, v3.5.9; v3.6.10, v3.6.10rc1, v3.6.11, v3.6.11rc1, v3.6.12, v3.6.9, v3.6.9rc1; v3.7.4, v3.7.4rc1, v3.7.4rc2, v3.7.5, v3.7.5rc1, v3.7.6, v3.7.6rc1, v3.7.7, v3.7.7rc1, v3.7.8, v3.7.8rc1, v3.7.9.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: CRLF injection via the path part of the url passed to urlopen()",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-9947"
},
{
"category": "external",
"summary": "RHBZ#1695572",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695572"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-9947",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9947"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9947"
}
],
"release_date": "2019-03-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: CRLF injection via the path part of the url passed to urlopen()"
},
{
"cve": "CVE-2019-9948",
"cwe": {
"id": "CWE-749",
"name": "Exposed Dangerous Method or Function"
},
"discovery_date": "2019-03-28T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1695570"
}
],
"notes": [
{
"category": "description",
"text": "urllib in Python 2.x through 2.7.16 supports the local_file: scheme, which makes it easier for remote attackers to bypass protection mechanisms that blacklist file: URIs, as demonstrated by triggering a urllib.urlopen(\u0027local_file:///etc/passwd\u0027) call.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-9948"
},
{
"category": "external",
"summary": "RHBZ#1695570",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1695570"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-9948",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-9948"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-9948"
}
],
"release_date": "2019-03-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "If your application uses a blacklist to prevent \"file://\" schema from being used, consider using a whitelist approach to just allow the schemas you want or add \"local_file://\" schema to your blacklist.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:N",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "python: Undocumented local_file protocol allows remote attackers to bypass protection mechanisms"
},
{
"acknowledgments": [
{
"names": [
"the Mozilla project"
]
},
{
"names": [
"Jonas Allmann"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2019-11729",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2019-07-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1728437"
}
],
"notes": [
{
"category": "description",
"text": "Empty or malformed p256-ECDH public keys may trigger a segmentation fault due values being improperly sanitized before being copied into memory and used. This vulnerability affects Firefox ESR \u003c 60.8, Firefox \u003c 68, and Thunderbird \u003c 60.8.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nss: Empty or malformed p256-ECDH public keys may trigger a segmentation fault",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Firefox on Red Hat Enterprise Linux is built against the system nss library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11729"
},
{
"category": "external",
"summary": "RHBZ#1728437",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1728437"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11729",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11729"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11729",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11729"
},
{
"category": "external",
"summary": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/#CVE-2019-11729",
"url": "https://www.mozilla.org/en-US/security/advisories/mfsa2019-22/#CVE-2019-11729"
}
],
"release_date": "2019-07-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "nss: Empty or malformed p256-ECDH public keys may trigger a segmentation fault"
},
{
"acknowledgments": [
{
"names": [
"the Mozilla Project"
]
}
],
"cve": "CVE-2019-11745",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2019-11-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1774831"
}
],
"notes": [
{
"category": "description",
"text": "A heap-based buffer overflow was found in the NSC_EncryptUpdate() function in Mozilla nss. A remote attacker could trigger this flaw via SRTP encrypt or decrypt operations, to execute arbitrary code with the permissions of the user running the application (compiled with nss). While the attack complexity is high, the impact to confidentiality, integrity, and availability are high as well.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "nss: Out-of-bounds write when passing an output buffer smaller than the block size to NSC_EncryptUpdate",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Firefox and Thunderbird on Red Hat Enterprise Linux are built against the system nss library.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-11745"
},
{
"category": "external",
"summary": "RHBZ#1774831",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1774831"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-11745",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-11745"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-11745",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-11745"
},
{
"category": "external",
"summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.44.3_release_notes",
"url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.44.3_release_notes"
},
{
"category": "external",
"summary": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47.1_release_notes",
"url": "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.47.1_release_notes"
}
],
"release_date": "2019-11-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "nss: Out-of-bounds write when passing an output buffer smaller than the block size to NSC_EncryptUpdate"
},
{
"cve": "CVE-2019-13734",
"discovery_date": "2019-12-10T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1781980"
}
],
"notes": [
{
"category": "description",
"text": "Out of bounds write in SQLite in Google Chrome prior to 79.0.3945.79 allowed a remote attacker to potentially exploit heap corruption via a crafted HTML page.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "sqlite: fts3: improve shadow table corruption detection",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2019-13734"
},
{
"category": "external",
"summary": "RHBZ#1781980",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1781980"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2019-13734",
"url": "https://www.cve.org/CVERecord?id=CVE-2019-13734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2019-13734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2019-13734"
},
{
"category": "external",
"summary": "https://chromereleases.googleblog.com/2019/12/stable-channel-update-for-desktop.html",
"url": "https://chromereleases.googleblog.com/2019/12/stable-channel-update-for-desktop.html"
}
],
"release_date": "2019-12-10T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.8,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "sqlite: fts3: improve shadow table corruption detection"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1734",
"cwe": {
"id": "CWE-78",
"name": "Improper Neutralization of Special Elements used in an OS Command (\u0027OS Command Injection\u0027)"
},
"discovery_date": "2019-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1801804"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the pipe lookup plugin of ansible. Arbitrary commands can be run, when the pipe lookup plugin uses subprocess.Popen() with shell=True, by overwriting ansible facts and the variable is not escaped by quote plugin. An attacker could take advantage and run arbitrary commands by overwriting the ansible facts.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: shell enabled by default in a pipe lookup plugin subprocess",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1734"
},
{
"category": "external",
"summary": "RHBZ#1801804",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1801804"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1734",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1734"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1734"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "This issue can be avoided by escaping variables which are used in the lookup.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 7.4,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:L",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible: shell enabled by default in a pipe lookup plugin subprocess"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1735",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802085"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine when the fetch module is used. An attacker could intercept the module, inject a new path, and then choose a new destination path on the controller node.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: path injection on dest parameter in fetch module",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1735"
},
{
"category": "external",
"summary": "RHBZ#1802085",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802085"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1735",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1735"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1735"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except avoid using the affected fetch module when possible.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "HIGH",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:H/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible: path injection on dest parameter in fetch module"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1736",
"cwe": {
"id": "CWE-732",
"name": "Incorrect Permission Assignment for Critical Resource"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802124"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine when a file is moved using atomic_move primitive as the file mode cannot be specified. This sets the destination files world-readable if the destination file does not exist and if the file exists, the file could be changed to have less restrictive permissions before the move. This issue affects only the newly created files and not existing ones. If the file already exists at the final destination, those permissions are retained. This could lead to the disclosure of sensitive data.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: atomic_move primitive sets permissive permissions",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.8.14 and 2.9.12 as well as previous versions and all 2.7.x versions are affected.\n\nAnsible Tower 3.6.5 and 3.7.2 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1736"
},
{
"category": "external",
"summary": "RHBZ#1802124",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802124"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1736",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1736"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1736"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "This issue can be mitigated by specifying the \"mode\" on the task. That just leaves a race condition in place where newly created files that specify a mode in the task briefly go from 666 - umask to the final mode. An alternative workaround if many new files are created and to avoid setting a specific mode for each file would be to set the \"mode\" to \"preserve\" value. That will maintain the permissions of the source file on the controller in the final file on the managed host.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 2.2,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: atomic_move primitive sets permissive permissions"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1737",
"cwe": {
"id": "CWE-22",
"name": "Improper Limitation of a Pathname to a Restricted Directory (\u0027Path Traversal\u0027)"
},
"discovery_date": "2020-02-12T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802154"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine when using the Extract-Zip function from the win_unzip module as the extracted file(s) are not checked if they belong to the destination folder. An attacker could take advantage of this flaw by crafting an archive anywhere in the file system, using a path traversal.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: Extract-Zip function in win_unzip module does not check extracted path",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1737"
},
{
"category": "external",
"summary": "RHBZ#1802154",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802154"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1737",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1737"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1737"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except avoid using the affected win_unzip module when possible.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "ansible: Extract-Zip function in win_unzip module does not check extracted path"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1738",
"cwe": {
"id": "CWE-88",
"name": "Improper Neutralization of Argument Delimiters in a Command (\u0027Argument Injection\u0027)"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802164"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine when the module package or service is used and the parameter \u0027use\u0027 is not specified. If a previous task is executed with a malicious user, the module sent can be selected by the attacker using the ansible facts file.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: module package can be selected by the ansible facts",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1738"
},
{
"category": "external",
"summary": "RHBZ#1802164",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802164"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1738",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1738"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1738"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Specify the parameter \u0027use\u0027 when possible on the package and service modules. Avoid using Ansible Collections on Ansible 2.8.9 or 2.7.16 (and any of the previous versions) as they are not rejecting python with no path (already fixed in 2.9.x).",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:N/I:L/A:L",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: module package can be selected by the ansible facts"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1739",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802178"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine. When a password is set with the argument \"password\" of svn module, it is used on svn command line, disclosing to other users within the same node. An attacker could take advantage by reading the cmdline file from that particular PID on the procfs.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: svn module leaks password when specified as a parameter",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1739"
},
{
"category": "external",
"summary": "RHBZ#1802178",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802178"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1739",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1739"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1739"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Instead of using the parameter \u0027password\u0027 of the subversion module, provide the password with stdin.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: svn module leaks password when specified as a parameter"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-1740",
"cwe": {
"id": "CWE-377",
"name": "Insecure Temporary File"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1802193"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in Ansible Engine when using Ansible Vault for editing encrypted files. When a user executes \"ansible-vault edit\", another user on the same computer can read the old and new secret, as it is created in a temporary file with mkstemp and the returned file descriptor is closed and the method write_data is called to write the existing secret in the file. This method will delete the file before recreating it insecurely.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: secrets readable after ansible-vault edit",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1740"
},
{
"category": "external",
"summary": "RHBZ#1802193",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1802193"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1740",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1740"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1740"
}
],
"release_date": "2020-02-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except avoid using the \u0027edit\u0027 option from \u0027ansible-vault\u0027 command line tool.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.9,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:H/PR:L/UI:R/S:C/C:L/I:L/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: secrets readable after ansible-vault edit"
},
{
"acknowledgments": [
{
"names": [
"Felix Fountein"
]
}
],
"cve": "CVE-2020-1746",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2019-12-16T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1805491"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine when the ldap_attr and ldap_entry community modules are used. The issue discloses the LDAP bind password to stdout or a log file if a playbook task is written using the bind_pw in the parameters field. The highest threat from this vulnerability is data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be provided from core Ansible. But we still ship ansible separately for ceph ubuntu.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1746"
},
{
"category": "external",
"summary": "RHBZ#1805491",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1805491"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1746",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1746"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1746"
}
],
"release_date": "2020-02-28T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Using args keyword and embedding the ldap_auth variable instead of using bind_pw parameter would mitigate this issue.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "ansible: Information disclosure issue in ldap_attr and ldap_entry modules"
},
{
"acknowledgments": [
{
"names": [
"Abhijeet Kasurde"
],
"organization": "Red Hat",
"summary": "This issue was discovered by Red Hat."
}
],
"cve": "CVE-2020-1753",
"cwe": {
"id": "CWE-532",
"name": "Insertion of Sensitive Information into Log File"
},
"discovery_date": "2020-03-06T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1811008"
}
],
"notes": [
{
"category": "description",
"text": "A security flaw was found in the Ansible Engine when managing Kubernetes using the k8s connection plugin. Sensitive parameters such as passwords and tokens are passed to the kubectl command line instead of using environment variables or an input configuration file, which is safer. This flaw discloses passwords and tokens from the process list, and the no_log directive from the debug module would not be reflected in the underlying command-line tools options, displaying passwords and tokens on stdout and log files.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Ansible: kubectl connection plugin leaks sensitive information",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Ansible Engine 2.7.17, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\nAnsible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\nIn Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-1753"
},
{
"category": "external",
"summary": "RHBZ#1811008",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1811008"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-1753",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-1753"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-1753"
}
],
"release_date": "2020-03-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Ansible: kubectl connection plugin leaks sensitive information"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-10684",
"cwe": {
"id": "CWE-862",
"name": "Missing Authorization"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1815519"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in the Ansible Engine. When using ansible_facts as a subkey of itself, and promoting it to a variable when injecting is enabled, overwriting the ansible_facts after the clean, an attacker could take advantage of this by altering the ansible_facts leading to privilege escalation or code injection. The highest threat from this vulnerability are to data integrity and system availability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Ansible: code injection when using ansible_facts as a subkey",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n* Red Hat Gluster Storage and Red Hat Ceph Storage no longer maintains their own version of Ansible. The fix will be consumed from core Ansible. But we still ship ansible separately for ceph ubuntu.\n* Red Hat OpenStack Platform does package the affected code. However, because RHOSP does not use ansible_facts as a subkey directly, the RHOSP impact has been reduced to Moderate and no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10684"
},
{
"category": "external",
"summary": "RHBZ#1815519",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1815519"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10684",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10684"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10684"
}
],
"release_date": "2020-03-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is not a known mitigation except avoiding the functionality of using ansible_facts as a subkey.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "HIGH",
"baseScore": 7.9,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "HIGH",
"privilegesRequired": "LOW",
"scope": "CHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:C/C:N/I:H/A:H",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Important"
}
],
"title": "Ansible: code injection when using ansible_facts as a subkey"
},
{
"acknowledgments": [
{
"names": [
"Damien Aumaitre",
"Nicolas Surbayrole"
],
"organization": "Quarkslab"
}
],
"cve": "CVE-2020-10685",
"cwe": {
"id": "CWE-459",
"name": "Incomplete Cleanup"
},
"discovery_date": "2020-01-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1814627"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found on Ansible Engine when using modules which decrypts vault files such as assemble, script, unarchive, win_copy, aws_s3 or copy modules. The temporary directory is created in /tmp leaves the secrets unencrypted.\r\n\r\nOn Operating Systems which /tmp is not a tmpfs but part of the root partition, the directory is only cleared on boot and the decrypted data remains when the host is switched off. The system will be vulnerable when the system is not running. So decrypted data must be cleared as soon as possible and the data which normally is encrypted is sensible.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "Ansible: modules which use files encrypted with vault are not properly cleaned up",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "* Ansible Engine 2.7.16, 2.8.10, and 2.9.6 as well as previous versions are affected.\n\n* Ansible Tower 3.4.5, 3.5.5 and 3.6.3 as well as previous versions are affected.\n\n* In Red Hat OpenStack Platform, because the flaw has a lower impact, ansible is not directly customer exposed, and the fix would require a substantial amount of development, no update will be provided at this time for the RHOSP ansible package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2020-10685"
},
{
"category": "external",
"summary": "RHBZ#1814627",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1814627"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2020-10685",
"url": "https://www.cve.org/CVERecord?id=CVE-2020-10685"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2020-10685"
}
],
"release_date": "2020-03-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2020-02-18T15:13:57+00:00",
"details": "For information on upgrading Ansible Tower, reference the Ansible Tower Upgrade and Migration Guide: https://docs.ansible.com/ansible-tower/latest/html/upgrade-migration-guide/index.html",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHBA-2020:0547"
},
{
"category": "workaround",
"details": "Currently, there is no mitigation for this issue except by removing manually the temporary created file after every run.",
"product_ids": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 5.0,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.1/AV:L/AC:L/PR:L/UI:R/S:U/C:H/I:N/A:N",
"version": "3.1"
},
"products": [
"7Server-Ansible-Tower-3.4:ansible-tower-34/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-35/ansible-tower-memcached@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64",
"7Server-Ansible-Tower-3.4:ansible-tower-37/ansible-tower-memcached-rhel7@sha256:25003890d7f04dbc7741c78a9977f0b5071d2c6653a6fc5baff23abe7d71403c_amd64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "Ansible: modules which use files encrypted with vault are not properly cleaned up"
}
]
}
RHSA-2018:3558
Vulnerability from csaf_redhat - Published: 2018-11-13 08:36 - Updated: 2026-06-28 12:10It was found that the libcurl library did not prevent TLS session resumption when the client certificate had changed. An attacker could potentially use this flaw to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
It was found that the libcurl library did not check the client certificate when choosing the TLS connection to reuse. An attacker could potentially use this flaw to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A use-after-free flaw was found in libcurl. When invoking curl_easy_perform() after cleaning up a multi session, an application can be tricked into using libcurl to connect to a malicious server, allowing an attacker to potentially execute arbitrary code. The highest threat from this vulnerability is to data confidentiality and integrity as well as data confidentiality.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
It was found that the libcurl library using the NSS (Network Security Services) library as TLS/SSL backend incorrectly re-used client certificates for subsequent TLS connections in certain cases. An attacker could potentially use this flaw to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
Multiple integer overflow flaws leading to heap-based buffer overflows were found in the way curl handled escaping and unescaping of data. An attacker could potentially use these flaws to crash an application using libcurl by sending a specially crafted input to the affected libcurl functions.
CWE-190 - Integer Overflow or Wraparound| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in curl before version 7.51.0 When re-using a connection, curl was doing case insensitive comparisons of user name and password with the existing connections. This means that if an unused connection with proper credentials exists for a protocol that has connection-scoped credentials, an attacker can cause that connection to be reused if s/he knows the case-insensitive version of the correct password.
CWE-287 - Improper Authentication| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via `CURLOPT_USERNAME`.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The libcurl API function called `curl_maprintf()` before version 7.51.0 can be tricked into doing a double-free due to an unsafe `size_t` multiplication, on systems using 32 bit `size_t` variables.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The function `read_data()` in security.c in curl before version 7.51.0 is vulnerable to memory double free.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The 'globbing' feature in curl before version 7.51.0 has a flaw that leads to integer overflow and out-of-bounds read via user controlled input.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The `curl_getdate` function in curl before version 7.51.0 is vulnerable to an out of bounds read if it receives an input with one digit short.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The URL percent-encoding decode function in libcurl before 7.51.0 is called `curl_easy_unescape`. Internally, even if this function would be made to allocate a unscape destination buffer larger than 2GB, it would return that new length in a signed 32 bit integer variable, thus the length would get either just truncated or both truncated and turned negative. That could then lead to libcurl writing outside of its heap based buffer.
CWE-190 - Integer Overflow or Wraparound| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A flaw was found in curl before version 7.51.0. The way curl handles cookies permits other threads to trigger a use-after-free leading to information disclosure.
CWE-416 - Use After Free| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
curl before version 7.51.0 doesn't parse the authority component of the URL correctly when the host name part ends with a '#' character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use an URL parser that follows the RFC to check for allowed domains before using curl to request them.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
curl before version 7.52.0 is vulnerable to a buffer overflow when doing a large floating point output in libcurl's implementation of the printf() functions. If there are any application that accepts a format string from the outside without necessary input filtering, it could allow remote attacks.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The ourWriteOut function in tool_writeout.c in curl 7.53.1 might allow physically proximate attackers to obtain sensitive information from process memory in opportunistic circumstances by reading a workstation screen during use of a --write-out argument ending in a '%' character, which leads to a heap-based buffer over-read.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The NTLM authentication feature in curl and libcurl before 7.57.0 on 32-bit platforms allows attackers to cause a denial of service (integer overflow and resultant buffer overflow, and application crash) or possibly have unspecified other impact via vectors involving long user and password fields.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
The FTP wildcard function in curl and libcurl before 7.57.0 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a string that ends with an '[' character.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
In Apache httpd 2.0.23 to 2.0.65, 2.2.0 to 2.2.34, and 2.4.0 to 2.4.29, mod_authnz_ldap, if configured with AuthLDAPCharsetConfig, uses the Accept-Language header value to lookup the right charset encoding when verifying the user's credentials. If the header value is not present in the charset conversion table, a fallback mechanism is used to truncate it to a two characters value to allow a quick retry (for example, 'en-US' is truncated to 'en'). A header value of less than two characters forces an out of bound write of one NUL byte to a memory location that is not part of the string. In the worst case, quite unlikely, the process would crash which could be used as a Denial of Service attack. In the more likely case, this memory is already reserved for future use and the issue has no effect at all.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
In Apache httpd 2.4.0 to 2.4.29, the expression specified in <FilesMatch> could match '$' to a newline character in a malicious filename, rather than matching only the end of the filename. This could be exploited in environments where uploads of some files are are externally blocked, but only by matching the trailing portion of the filename.
CWE-787 - Out-of-bounds Write| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn't restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl's redirect protocols with --proto-redir and libcurl's with CURLOPT_REDIR_PROTOCOLS.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
curl supports "globbing" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numerical range, there was an omission that made curl read a byte beyond the end of the URL if given a carefully crafted, or just wrongly written, URL. The URL is stored in a heap based buffer, so it could then be made to wrongly read something else instead of crashing. An example of a URL that triggers the flaw would be `http://ur%20[0-60000000000000000000`.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in (anonymous or not), it asks the server for the current directory with the `PWD` command. The server then responds with a 257 response containing the path, inside double quotes. The returned path name is then kept by libcurl for subsequent uses. Due to a flaw in the string parser for this directory name, a directory name passed like this but without a closing double quote would lead to libcurl not adding a trailing NUL byte to the buffer holding the name. When libcurl would then later access the string, it could read beyond the allocated heap buffer and crash or wrongly access data beyond the buffer, thinking it was part of the path. A malicious server could abuse this fact and effectively prevent libcurl-based clients to work with it - the PWD command is always issued on new FTP connections and the mistake has a high chance of causing a segfault. The simple fact that this has issue remained undiscovered for this long could suggest that malformed PWD responses are rare in benign servers. We are not aware of any exploit of this flaw. This bug was introduced in commit [415d2e7cb7](https://github.com/curl/curl/commit/415d2e7cb7), March 2005. In libcurl version 7.56.0, the parser always zero terminates the string but also rejects it if not terminated properly with a final double quote.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A buffer overrun flaw was found in the IMAP handler of libcurl. By tricking an unsuspecting user into connecting to a malicious IMAP server, an attacker could exploit this flaw to potentially cause information disclosure or crash the application.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
It has been discovered that the mod_session module of Apache HTTP Server (httpd), through version 2.4.29, has an improper input validation flaw in the way it handles HTTP session headers in some configurations. A remote attacker may influence their content by using a "Session" header.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A specially crafted request could have crashed the Apache HTTP Server prior to version 2.4.30, due to an out of bound access after a size limit is reached by reading the HTTP header. This vulnerability is considered very hard if not impossible to trigger in non-debug mode (both log and build level), so it is classified as low risk for common server usage.
CWE-125 - Out-of-bounds Read| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A specially crafted HTTP request header could have crashed the Apache HTTP Server prior to version 2.4.30 due to an out of bound read while preparing data to be cached in shared memory. It could be used as a Denial of Service attack against users of mod_cache_socache. The vulnerability is considered as low risk since mod_cache_socache is not widely used, mod_cache_disk is not concerned by this vulnerability.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
In Apache httpd 2.2.0 to 2.4.29, when generating an HTTP Digest authentication challenge, the nonce sent to prevent reply attacks was not correctly generated using a pseudo-random seed. In a cluster of servers using a common Digest authentication configuration, HTTP requests could be replayed across servers by an attacker without detection.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
By specially crafting HTTP/2 requests, workers would be allocated 60 seconds longer than necessary, leading to worker exhaustion and a denial of service. Fixed in Apache HTTP Server 2.4.34 (Affected 2.4.18-2.4.30,2.4.33).
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
In Apache HTTP Server 2.4.17 to 2.4.34, by sending continuous, large SETTINGS frames a client can occupy a connection, server thread and CPU time without any connection timeout coming to effect. This affects only HTTP/2 connections. A possible mitigation is to not enable the h2 protocol.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
It was found that curl and libcurl might send their Authentication header to a third party HTTP server upon receiving an HTTP REDIRECT reply. This could leak authentication token to external entities.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
It was found that libcurl did not safely parse FTP URLs when using the CURLOPT_FTP_FILEMETHOD method. An attacker, able to provide a specially crafted FTP URL to an application using libcurl, could write a NULL byte at an arbitrary location, resulting in a crash or an unspecified behavior.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
Workaround
|
A NULL pointer dereference flaw was found in the way libcurl checks values returned by the openldap ldap_get_attribute_ber() function. A malicious LDAP server could use this flaw to crash a libcurl client application via a specially crafted LDAP reply.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
A buffer over-read exists in curl 7.20.0 to and including curl 7.58.0 in the RTSP+RTP handling code that allows an attacker to cause a denial of service or information leakage
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability appears to have been fixed in curl < 7.20.0 and curl >= 7.60.0.
| Product | Identifier | Version | Remediation |
|---|---|---|---|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
|
| Unresolved product id: 7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 | — |
Vendor Fix
fix
|
{
"document": {
"aggregate_severity": {
"namespace": "https://access.redhat.com/security/updates/classification/",
"text": "Moderate"
},
"category": "csaf_security_advisory",
"csaf_version": "2.0",
"distribution": {
"text": "Copyright \u00a9 Red Hat, Inc. All rights reserved.",
"tlp": {
"label": "WHITE",
"url": "https://www.first.org/tlp/"
}
},
"lang": "en",
"notes": [
{
"category": "summary",
"text": "An update for httpd24-httpd, httpd24-nghttp2, and httpd24-curl is now available for Red Hat Software Collections.\n\nRed Hat Product Security has rated this update as having a security impact of Moderate. A Common Vulnerability Scoring System (CVSS) base score, which gives a detailed severity rating, is available for each vulnerability from the CVE link(s) in the References section.",
"title": "Topic"
},
{
"category": "general",
"text": "The Apache HTTP Server is a powerful, efficient, and extensible web server. The httpd24 packages provide a recent stable release of version 2.4 of the Apache HTTP Server, along with the mod_auth_kerb module.\n\nThe following packages have been upgraded to a later upstream version: httpd24-httpd (2.4.34), httpd24-curl (7.61.1). (BZ#1590833, BZ#1648928)\n\nSecurity Fix(es):\n\n* httpd: Improper handling of headers in mod_session can allow a remote user to modify session data for CGI applications (CVE-2018-1283)\n\n* httpd: Out of bounds read in mod_cache_socache can allow a remote attacker to cause DoS (CVE-2018-1303)\n\n* httpd: mod_http2: Too much time allocated to workers, possibly leading to DoS (CVE-2018-1333)\n\n* httpd: DoS for HTTP/2 connections by continuous SETTINGS frames (CVE-2018-11763)\n\n* httpd: Out of bounds write in mod_authnz_ldap when using too small Accept-Language values (CVE-2017-15710)\n\n* httpd: \u003cFilesMatch\u003e bypass with a trailing newline in the file name (CVE-2017-15715)\n\n* httpd: Out of bounds access after failure in reading the HTTP request (CVE-2018-1301)\n\n* httpd: Weak Digest auth nonce generation in mod_auth_digest (CVE-2018-1312)\n\n* curl: Multiple security issues were fixed in httpd24-curl (CVE-2016-5419, CVE-2016-5420, CVE-2016-5421, CVE-2016-7141, CVE-2016-7167, CVE-2016-8615, CVE-2016-8616, CVE-2016-8617, CVE-2016-8618, CVE-2016-8619, CVE-2016-8620, CVE-2016-8621, CVE-2016-8622, CVE-2016-8623, CVE-2016-8624, CVE-2016-8625, CVE-2016-9586, CVE-2017-1000100, CVE-2017-1000101, CVE-2017-1000254, CVE-2017-1000257, CVE-2017-7407, CVE-2017-8816, CVE-2017-8817, CVE-2018-1000007, CVE-2018-1000120, CVE-2018-1000121, CVE-2018-1000122, CVE-2018-1000301, CVE-2018-14618)\n\nFor more details about the security issue(s), including the impact, a CVSS score, and other related information, refer to the CVE page(s) listed in the References section.\n\nRed Hat would like to thank the Curl project for reporting CVE-2017-8816, CVE-2017-8817, CVE-2017-1000254, CVE-2017-1000257, CVE-2018-1000007, CVE-2018-1000120, CVE-2018-1000122, CVE-2018-1000301, CVE-2016-9586, CVE-2017-1000100, CVE-2017-1000101, CVE-2018-14618, and CVE-2018-1000121. Upstream acknowledges Alex Nichols as the original reporter of CVE-2017-8816; the OSS-Fuzz project as the original reporter of CVE-2017-8817 and CVE-2018-1000301; Max Dymond as the original reporter of CVE-2017-1000254 and CVE-2018-1000122; Brian Carpenter and the OSS-Fuzz project as the original reporters of CVE-2017-1000257; Craig de Stigter as the original reporter of CVE-2018-1000007; Duy Phan Thanh as the original reporter of CVE-2018-1000120; Even Rouault as the original reporter of CVE-2017-1000100; Brian Carpenter as the original reporter of CVE-2017-1000101; Zhaoyang Wu as the original reporter of CVE-2018-14618; and Dario Weisser as the original reporter of CVE-2018-1000121.\n\nBug Fix(es):\n\n* Previously, the Apache HTTP Server from the httpd24 Software Collection was unable to handle situations when static content was repeatedly requested in a browser by refreshing the page. As a consequence, HTTP/2 connections timed out and httpd became unresponsive. This bug has been fixed, and HTTP/2 connections now work as expected in the described scenario. (BZ#1518737)\n\nEnhancement(s):\n\n* This update adds the mod_md module to the httpd24 Software Collection. This module enables managing domains across virtual hosts and certificate provisioning using the Automatic Certificate Management Environment (ACME) protocol. The mod_md module is available only for Red Hat Enterprise Linux 7. (BZ#1640722)\n\nAdditional Changes:\n\nFor detailed information on changes in this release, see the Red Hat Software Collections 3.2 Release Notes linked from the References section.",
"title": "Details"
},
{
"category": "legal_disclaimer",
"text": "This content is licensed under the Creative Commons Attribution 4.0 International License (https://creativecommons.org/licenses/by/4.0/). If you distribute this content, or a modified version of it, you must provide attribution to Red Hat Inc. and provide a link to the original.",
"title": "Terms of Use"
}
],
"publisher": {
"category": "vendor",
"contact_details": "https://access.redhat.com/security/team/contact/",
"issuing_authority": "Red Hat Product Security is responsible for vulnerability handling across all Red Hat products and services.",
"name": "Red Hat Product Security",
"namespace": "https://www.redhat.com"
},
"references": [
{
"category": "self",
"summary": "https://access.redhat.com/errata/RHSA-2018:3558",
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"category": "external",
"summary": "https://access.redhat.com/security/updates/classification/#moderate",
"url": "https://access.redhat.com/security/updates/classification/#moderate"
},
{
"category": "external",
"summary": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.2_release_notes/chap-rhscl#sect-RHSCL-Changes-httpd",
"url": "https://access.redhat.com/documentation/en-us/red_hat_software_collections/3/html/3.2_release_notes/chap-rhscl#sect-RHSCL-Changes-httpd"
},
{
"category": "external",
"summary": "1362183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1362183"
},
{
"category": "external",
"summary": "1362190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1362190"
},
{
"category": "external",
"summary": "1362199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1362199"
},
{
"category": "external",
"summary": "1373229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1373229"
},
{
"category": "external",
"summary": "1375906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1375906"
},
{
"category": "external",
"summary": "1388370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388370"
},
{
"category": "external",
"summary": "1388371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388371"
},
{
"category": "external",
"summary": "1388377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388377"
},
{
"category": "external",
"summary": "1388378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388378"
},
{
"category": "external",
"summary": "1388379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388379"
},
{
"category": "external",
"summary": "1388382",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388382"
},
{
"category": "external",
"summary": "1388385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388385"
},
{
"category": "external",
"summary": "1388386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388386"
},
{
"category": "external",
"summary": "1388388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388388"
},
{
"category": "external",
"summary": "1388390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388390"
},
{
"category": "external",
"summary": "1388392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388392"
},
{
"category": "external",
"summary": "1406712",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1406712"
},
{
"category": "external",
"summary": "1439190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1439190"
},
{
"category": "external",
"summary": "1478309",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1478309"
},
{
"category": "external",
"summary": "1478310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1478310"
},
{
"category": "external",
"summary": "1495541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1495541"
},
{
"category": "external",
"summary": "1503705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1503705"
},
{
"category": "external",
"summary": "1515757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515757"
},
{
"category": "external",
"summary": "1515760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515760"
},
{
"category": "external",
"summary": "1518737",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1518737"
},
{
"category": "external",
"summary": "1537125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1537125"
},
{
"category": "external",
"summary": "1540167",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1540167"
},
{
"category": "external",
"summary": "1552628",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1552628"
},
{
"category": "external",
"summary": "1552631",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1552631"
},
{
"category": "external",
"summary": "1553398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1553398"
},
{
"category": "external",
"summary": "1558450",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1558450"
},
{
"category": "external",
"summary": "1560395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560395"
},
{
"category": "external",
"summary": "1560399",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560399"
},
{
"category": "external",
"summary": "1560599",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560599"
},
{
"category": "external",
"summary": "1560614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560614"
},
{
"category": "external",
"summary": "1560634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560634"
},
{
"category": "external",
"summary": "1560643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560643"
},
{
"category": "external",
"summary": "1575536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1575536"
},
{
"category": "external",
"summary": "1605048",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1605048"
},
{
"category": "external",
"summary": "1622707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1622707"
},
{
"category": "external",
"summary": "1628389",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1628389"
},
{
"category": "external",
"summary": "1633260",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1633260"
},
{
"category": "external",
"summary": "1633399",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1633399"
},
{
"category": "external",
"summary": "1634830",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1634830"
},
{
"category": "external",
"summary": "1640722",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1640722"
},
{
"category": "external",
"summary": "1646937",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1646937"
},
{
"category": "external",
"summary": "1648928",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1648928"
},
{
"category": "self",
"summary": "Canonical URL",
"url": "https://security.access.redhat.com/data/csaf/v2/advisories/2018/rhsa-2018_3558.json"
}
],
"title": "Red Hat Security Advisory: httpd24 security, bug fix, and enhancement update",
"tracking": {
"current_release_date": "2026-06-28T12:10:59+00:00",
"generator": {
"date": "2026-06-28T12:10:59+00:00",
"engine": {
"name": "Red Hat SDEngine",
"version": "5.2.6"
}
},
"id": "RHSA-2018:3558",
"initial_release_date": "2018-11-13T08:36:35+00:00",
"revision_history": [
{
"date": "2018-11-13T08:36:35+00:00",
"number": "1",
"summary": "Initial version"
},
{
"date": "2018-11-13T08:36:35+00:00",
"number": "2",
"summary": "Last updated version"
},
{
"date": "2026-06-28T12:10:59+00:00",
"number": "3",
"summary": "Last generated version"
}
],
"status": "final",
"version": "3"
}
},
"product_tree": {
"branches": [
{
"branches": [
{
"branches": [
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el6"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el6"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
},
{
"category": "product_name",
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product": {
"name": "Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z",
"product_identification_helper": {
"cpe": "cpe:/a:redhat:rhel_software_collections:3::el7"
}
}
}
],
"category": "product_family",
"name": "Red Hat Software Collections"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"product": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"product_id": "httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2@1.7.1-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"product": {
"name": "httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"product_id": "httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2@1.7.1-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"product": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"product_id": "httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2-devel@1.7.1-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"product": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"product_id": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2-debuginfo@1.7.1-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"product": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"product_id": "httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl-debuginfo@7.61.1-1.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"product": {
"name": "httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"product_id": "httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl@7.61.1-1.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"product": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"product_id": "httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl-devel@7.61.1-1.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-0:7.61.1-1.el6.x86_64",
"product": {
"name": "httpd24-curl-0:7.61.1-1.el6.x86_64",
"product_id": "httpd24-curl-0:7.61.1-1.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl@7.61.1-1.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"product_id": "httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_proxy_html@2.4.34-7.el6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"product_id": "httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ldap@2.4.34-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"product_id": "httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-devel@2.4.34-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"product_id": "httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-tools@2.4.34-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-0:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-httpd-0:2.4.34-7.el6.x86_64",
"product_id": "httpd24-httpd-0:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd@2.4.34-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"product_id": "httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-debuginfo@2.4.34-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"product_id": "httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_session@2.4.34-7.el6?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"product": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"product_id": "httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ssl@2.4.34-7.el6?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"product": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"product_id": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2@1.7.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"product": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"product_id": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2@1.7.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"product": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"product_id": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2-devel@1.7.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"product": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"product_id": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2-debuginfo@1.7.1-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"product": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"product_id": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl-debuginfo@7.61.1-1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"product": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"product_id": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl@7.61.1-1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"product": {
"name": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"product_id": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl@7.61.1-1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"product": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"product_id": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl-devel@7.61.1-1.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"product_id": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_proxy_html@2.4.34-7.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"product_id": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ldap@2.4.34-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"product_id": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-devel@2.4.34-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"product_id": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-debuginfo@2.4.34-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"product_id": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_md@2.4.34-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"product_id": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-tools@2.4.34-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"product_id": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ssl@2.4.34-7.el7?arch=x86_64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"product_id": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_session@2.4.34-7.el7?arch=x86_64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"product": {
"name": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"product_id": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd@2.4.34-7.el7?arch=x86_64"
}
}
}
],
"category": "architecture",
"name": "x86_64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd24-nghttp2-0:1.7.1-7.el6.src",
"product": {
"name": "httpd24-nghttp2-0:1.7.1-7.el6.src",
"product_id": "httpd24-nghttp2-0:1.7.1-7.el6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2@1.7.1-7.el6?arch=src"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-0:7.61.1-1.el6.src",
"product": {
"name": "httpd24-curl-0:7.61.1-1.el6.src",
"product_id": "httpd24-curl-0:7.61.1-1.el6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl@7.61.1-1.el6?arch=src"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-0:2.4.34-7.el6.src",
"product": {
"name": "httpd24-httpd-0:2.4.34-7.el6.src",
"product_id": "httpd24-httpd-0:2.4.34-7.el6.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd@2.4.34-7.el6?arch=src"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"product": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"product_id": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2@1.7.1-7.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-0:7.61.1-1.el7.src",
"product": {
"name": "httpd24-curl-0:7.61.1-1.el7.src",
"product_id": "httpd24-curl-0:7.61.1-1.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl@7.61.1-1.el7?arch=src"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-0:2.4.34-7.el7.src",
"product": {
"name": "httpd24-httpd-0:2.4.34-7.el7.src",
"product_id": "httpd24-httpd-0:2.4.34-7.el7.src",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd@2.4.34-7.el7?arch=src"
}
}
}
],
"category": "architecture",
"name": "src"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"product": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"product_id": "httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-manual@2.4.34-7.el6?arch=noarch"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"product": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"product_id": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-manual@2.4.34-7.el7?arch=noarch"
}
}
}
],
"category": "architecture",
"name": "noarch"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"product": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"product_id": "httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2@1.7.1-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"product": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"product_id": "httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2@1.7.1-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"product": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"product_id": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2-devel@1.7.1-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"product": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"product_id": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2-debuginfo@1.7.1-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"product": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"product_id": "httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl-debuginfo@7.61.1-1.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"product": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"product_id": "httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl@7.61.1-1.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-0:7.61.1-1.el7.aarch64",
"product": {
"name": "httpd24-curl-0:7.61.1-1.el7.aarch64",
"product_id": "httpd24-curl-0:7.61.1-1.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl@7.61.1-1.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"product": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"product_id": "httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl-devel@7.61.1-1.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"product_id": "httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_proxy_html@2.4.34-7.el7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"product_id": "httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ldap@2.4.34-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"product_id": "httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-devel@2.4.34-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"product_id": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-debuginfo@2.4.34-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"product_id": "httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_md@2.4.34-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"product_id": "httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-tools@2.4.34-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"product_id": "httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ssl@2.4.34-7.el7?arch=aarch64\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"product_id": "httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_session@2.4.34-7.el7?arch=aarch64"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-0:2.4.34-7.el7.aarch64",
"product": {
"name": "httpd24-httpd-0:2.4.34-7.el7.aarch64",
"product_id": "httpd24-httpd-0:2.4.34-7.el7.aarch64",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd@2.4.34-7.el7?arch=aarch64"
}
}
}
],
"category": "architecture",
"name": "aarch64"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"product": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"product_id": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2@1.7.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"product": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"product_id": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2@1.7.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"product": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"product_id": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2-devel@1.7.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"product": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"product_id": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2-debuginfo@1.7.1-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"product": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"product_id": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl-debuginfo@7.61.1-1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"product": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"product_id": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl@7.61.1-1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-0:7.61.1-1.el7.s390x",
"product": {
"name": "httpd24-curl-0:7.61.1-1.el7.s390x",
"product_id": "httpd24-curl-0:7.61.1-1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl@7.61.1-1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"product": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"product_id": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl-devel@7.61.1-1.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"product_id": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_proxy_html@2.4.34-7.el7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"product_id": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ldap@2.4.34-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"product_id": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-devel@2.4.34-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"product_id": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-debuginfo@2.4.34-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"product_id": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_md@2.4.34-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"product_id": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-tools@2.4.34-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"product_id": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ssl@2.4.34-7.el7?arch=s390x\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"product_id": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_session@2.4.34-7.el7?arch=s390x"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"product": {
"name": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"product_id": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd@2.4.34-7.el7?arch=s390x"
}
}
}
],
"category": "architecture",
"name": "s390x"
},
{
"branches": [
{
"category": "product_version",
"name": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"product": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"product_id": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2@1.7.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"product": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"product_id": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2@1.7.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"product": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"product_id": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libnghttp2-devel@1.7.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"product": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"product_id": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-nghttp2-debuginfo@1.7.1-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"product": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"product_id": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl-debuginfo@7.61.1-1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"product": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"product_id": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl@7.61.1-1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"product": {
"name": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"product_id": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-curl@7.61.1-1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"product": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"product_id": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-libcurl-devel@7.61.1-1.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_proxy_html@2.4.34-7.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ldap@2.4.34-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-devel@2.4.34-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-debuginfo@2.4.34-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_md@2.4.34-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd-tools@2.4.34-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_ssl@2.4.34-7.el7?arch=ppc64le\u0026epoch=1"
}
}
},
{
"category": "product_version",
"name": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-mod_session@2.4.34-7.el7?arch=ppc64le"
}
}
},
{
"category": "product_version",
"name": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"product": {
"name": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"product_id": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"product_identification_helper": {
"purl": "pkg:rpm/redhat/httpd24-httpd@2.4.34-7.el7?arch=ppc64le"
}
}
}
],
"category": "architecture",
"name": "ppc64le"
}
],
"category": "vendor",
"name": "Red Hat"
}
],
"relationships": [
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el6.src",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el6.src",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el6.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el6.src",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 6)",
"product_id": "6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el6.src",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el6.src",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el6.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el6.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el6.src",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 6)",
"product_id": "6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"relates_to_product_reference": "6Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.src",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.src",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-Alt-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.4)",
"product_id": "7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.4.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.5)",
"product_id": "7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.5.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server EUS (v. 7.6)",
"product_id": "7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2-7.6.Z"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Server (v. 7)",
"product_id": "7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Server-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch"
},
"product_reference": "httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64"
},
"product_reference": "httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_md-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_session-0:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64"
},
"product_reference": "httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.src as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.src",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
},
{
"category": "default_component_of",
"full_product_name": {
"name": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64 as a component of Red Hat Software Collections for Red Hat Enterprise Linux Workstation (v. 7)",
"product_id": "7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
},
"product_reference": "httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"relates_to_product_reference": "7Workstation-RHSCL-3.2"
}
]
},
"vulnerabilities": [
{
"cve": "CVE-2016-5419",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2016-07-31T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1362183"
}
],
"notes": [
{
"category": "description",
"text": "It was found that the libcurl library did not prevent TLS session resumption when the client certificate had changed. An attacker could potentially use this flaw to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: TLS session resumption client cert bypass",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-5419"
},
{
"category": "external",
"summary": "RHBZ#1362183",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1362183"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-5419",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5419"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5419",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5419"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20160803A.html",
"url": "https://curl.haxx.se/docs/adv_20160803A.html"
}
],
"release_date": "2016-08-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: TLS session resumption client cert bypass"
},
{
"cve": "CVE-2016-5420",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2016-07-31T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1362190"
}
],
"notes": [
{
"category": "description",
"text": "It was found that the libcurl library did not check the client certificate when choosing the TLS connection to reuse. An attacker could potentially use this flaw to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Re-using connection with wrong client cert",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-5420"
},
{
"category": "external",
"summary": "RHBZ#1362190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1362190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-5420",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5420"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5420",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5420"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20160803B.html",
"url": "https://curl.haxx.se/docs/adv_20160803B.html"
}
],
"release_date": "2016-08-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "NONE",
"baseScore": 4.9,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Re-using connection with wrong client cert"
},
{
"cve": "CVE-2016-5421",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2016-07-31T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1362199"
}
],
"notes": [
{
"category": "description",
"text": "A use-after-free flaw was found in libcurl. When invoking curl_easy_perform() after cleaning up a multi session, an application can be tricked into using libcurl to connect to a malicious server, allowing an attacker to potentially execute arbitrary code. The highest threat from this vulnerability is to data confidentiality and integrity as well as data confidentiality.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Use of connection struct after free",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The versions of `curl` as shipped with Red Hat Enterprise Linux 5, 6, and 7 are marked as \"notaffected\" because they did not include the vulnerable code, which was introduced in a later version of the package. Specifically, the struct field affected by this flaw was introduced in `curl` upstream version 7.32.0. The version of `curl` as shipped with Red Hat Enterprise Linux 7 is 7.29.0.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-5421"
},
{
"category": "external",
"summary": "RHBZ#1362199",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1362199"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-5421",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-5421"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-5421",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-5421"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20160803C.html",
"url": "https://curl.haxx.se/docs/adv_20160803C.html"
}
],
"release_date": "2016-08-03T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "HIGH",
"accessVector": "LOCAL",
"authentication": "NONE",
"availabilityImpact": "COMPLETE",
"baseScore": 6.2,
"confidentialityImpact": "COMPLETE",
"integrityImpact": "COMPLETE",
"vectorString": "AV:L/AC:H/Au:N/C:C/I:C/A:C",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 8.1,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:N/AC:H/PR:N/UI:N/S:U/C:H/I:H/A:H",
"version": "3.1"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Use of connection struct after free"
},
{
"cve": "CVE-2016-7141",
"cwe": {
"id": "CWE-295",
"name": "Improper Certificate Validation"
},
"discovery_date": "2016-09-05T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1373229"
}
],
"notes": [
{
"category": "description",
"text": "It was found that the libcurl library using the NSS (Network Security Services) library as TLS/SSL backend incorrectly re-used client certificates for subsequent TLS connections in certain cases. An attacker could potentially use this flaw to hijack the authentication of the connection by leveraging a previously created connection with a different client certificate.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Incorrect reuse of client certificates",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-7141"
},
{
"category": "external",
"summary": "RHBZ#1373229",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1373229"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-7141",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7141"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7141",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7141"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20160907.html",
"url": "https://curl.haxx.se/docs/adv_20160907.html"
}
],
"release_date": "2016-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "SINGLE",
"availabilityImpact": "NONE",
"baseScore": 4.9,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:S/C:P/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:L/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Incorrect reuse of client certificates"
},
{
"cve": "CVE-2016-7167",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2016-09-14T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1375906"
}
],
"notes": [
{
"category": "description",
"text": "Multiple integer overflow flaws leading to heap-based buffer overflows were found in the way curl handled escaping and unescaping of data. An attacker could potentially use these flaws to crash an application using libcurl by sending a specially crafted input to the affected libcurl functions.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: escape and unescape integer overflows",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-7167"
},
{
"category": "external",
"summary": "RHBZ#1375906",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1375906"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-7167",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-7167"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-7167",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-7167"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20160914.html",
"url": "https://curl.haxx.se/docs/adv_20160914.html"
}
],
"release_date": "2016-09-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "LOCAL",
"availabilityImpact": "LOW",
"baseScore": 2.9,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: escape and unescape integer overflows"
},
{
"cve": "CVE-2016-8615",
"cwe": {
"id": "CWE-99",
"name": "Improper Control of Resource Identifiers (\u0027Resource Injection\u0027)"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388370"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl before version 7.51. If cookie state is written into a cookie jar file that is later read back and used for subsequent requests, a malicious HTTP server can inject new cookies for arbitrary domains into said cookie jar.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Cookie injection for other servers",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8615"
},
{
"category": "external",
"summary": "RHBZ#1388370",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388370"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8615",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8615"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8615",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8615"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102A.html",
"url": "https://curl.haxx.se/docs/adv_20161102A.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Cookie injection for other servers"
},
{
"cve": "CVE-2016-8616",
"cwe": {
"id": "CWE-287",
"name": "Improper Authentication"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388371"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl before version 7.51.0 When re-using a connection, curl was doing case insensitive comparisons of user name and password with the existing connections. This means that if an unused connection with proper credentials exists for a protocol that has connection-scoped credentials, an attacker can cause that connection to be reused if s/he knows the case-insensitive version of the correct password.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Case insensitive password comparison",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8616"
},
{
"category": "external",
"summary": "RHBZ#1388371",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388371"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8616",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8616"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8616",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8616"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102B.html",
"url": "https://curl.haxx.se/docs/adv_20161102B.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "HIGH",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:H/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Case insensitive password comparison"
},
{
"cve": "CVE-2016-8617",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388377"
}
],
"notes": [
{
"category": "description",
"text": "The base64 encode function in curl before version 7.51.0 is prone to a buffer being under allocated in 32bit systems if it receives at least 1Gb as input via `CURLOPT_USERNAME`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Out-of-bounds write via unchecked multiplication",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8617"
},
{
"category": "external",
"summary": "RHBZ#1388377",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388377"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8617",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8617"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8617",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8617"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102C.html",
"url": "https://curl.haxx.se/docs/adv_20161102C.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Out-of-bounds write via unchecked multiplication"
},
{
"cve": "CVE-2016-8618",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388378"
}
],
"notes": [
{
"category": "description",
"text": "The libcurl API function called `curl_maprintf()` before version 7.51.0 can be tricked into doing a double-free due to an unsafe `size_t` multiplication, on systems using 32 bit `size_t` variables.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Double-free in curl_maprintf",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8618"
},
{
"category": "external",
"summary": "RHBZ#1388378",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388378"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8618",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8618"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8618",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8618"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102D.html",
"url": "https://curl.haxx.se/docs/adv_20161102D.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Double-free in curl_maprintf"
},
{
"cve": "CVE-2016-8619",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388379"
}
],
"notes": [
{
"category": "description",
"text": "The function `read_data()` in security.c in curl before version 7.51.0 is vulnerable to memory double free.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Double-free in krb5 code",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8619"
},
{
"category": "external",
"summary": "RHBZ#1388379",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388379"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8619",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8619"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8619",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8619"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102E.html",
"url": "https://curl.haxx.se/docs/adv_20161102E.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Double-free in krb5 code"
},
{
"cve": "CVE-2016-8620",
"cwe": {
"id": "CWE-120",
"name": "Buffer Copy without Checking Size of Input (\u0027Classic Buffer Overflow\u0027)"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388382"
}
],
"notes": [
{
"category": "description",
"text": "The \u0027globbing\u0027 feature in curl before version 7.51.0 has a flaw that leads to integer overflow and out-of-bounds read via user controlled input.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Glob parser write/read out of bounds",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8620"
},
{
"category": "external",
"summary": "RHBZ#1388382",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388382"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8620",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8620"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8620",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8620"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102F.html",
"url": "https://curl.haxx.se/docs/adv_20161102F.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 5.8,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Glob parser write/read out of bounds"
},
{
"cve": "CVE-2016-8621",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388385"
}
],
"notes": [
{
"category": "description",
"text": "The `curl_getdate` function in curl before version 7.51.0 is vulnerable to an out of bounds read if it receives an input with one digit short.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: curl_getdate out-of-bounds read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8621"
},
{
"category": "external",
"summary": "RHBZ#1388385",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388385"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8621",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8621"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8621",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8621"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102G.html",
"url": "https://curl.haxx.se/docs/adv_20161102G.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: curl_getdate out-of-bounds read"
},
{
"cve": "CVE-2016-8622",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388386"
}
],
"notes": [
{
"category": "description",
"text": "The URL percent-encoding decode function in libcurl before 7.51.0 is called `curl_easy_unescape`. Internally, even if this function would be made to allocate a unscape destination buffer larger than 2GB, it would return that new length in a signed 32 bit integer variable, thus the length would get either just truncated or both truncated and turned negative. That could then lead to libcurl writing outside of its heap based buffer.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: URL unescape heap overflow via integer truncation",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8622"
},
{
"category": "external",
"summary": "RHBZ#1388386",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388386"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8622",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8622"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8622",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8622"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102H.html",
"url": "https://curl.haxx.se/docs/adv_20161102H.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "HIGH",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 2.6,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:H/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: URL unescape heap overflow via integer truncation"
},
{
"cve": "CVE-2016-8623",
"cwe": {
"id": "CWE-416",
"name": "Use After Free"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388388"
}
],
"notes": [
{
"category": "description",
"text": "A flaw was found in curl before version 7.51.0. The way curl handles cookies permits other threads to trigger a use-after-free leading to information disclosure.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Use-after-free via shared cookies",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8623"
},
{
"category": "external",
"summary": "RHBZ#1388388",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388388"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8623",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8623"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8623",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8623"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102I.html",
"url": "https://curl.haxx.se/docs/adv_20161102I.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "PARTIAL",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:M/Au:N/C:P/I:N/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "LOCAL",
"availabilityImpact": "NONE",
"baseScore": 3.3,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "LOW",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:L/AC:L/PR:L/UI:N/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: Use-after-free via shared cookies"
},
{
"cve": "CVE-2016-8624",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388390"
}
],
"notes": [
{
"category": "description",
"text": "curl before version 7.51.0 doesn\u0027t parse the authority component of the URL correctly when the host name part ends with a \u0027#\u0027 character, and could instead be tricked into connecting to a different host. This may have security implications if you for example use an URL parser that follows the RFC to check for allowed domains before using curl to request them.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Invalid URL parsing with \u0027#\u0027",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8624"
},
{
"category": "external",
"summary": "RHBZ#1388390",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388390"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8624",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8624"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8624",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8624"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102J.html",
"url": "https://curl.haxx.se/docs/adv_20161102J.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Invalid URL parsing with \u0027#\u0027"
},
{
"cve": "CVE-2016-8625",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2016-10-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1388392"
}
],
"notes": [
{
"category": "description",
"text": "curl before version 7.51.0 uses outdated IDNA 2003 standard to handle International Domain Names and this may lead users to potentially and unknowingly issue network transfer requests to the wrong host.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: IDNA 2003 makes curl use wrong host",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-8625"
},
{
"category": "external",
"summary": "RHBZ#1388392",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1388392"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-8625",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-8625"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-8625",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-8625"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161102K.html",
"url": "https://curl.haxx.se/docs/adv_20161102K.html"
}
],
"release_date": "2016-11-02T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "MEDIUM",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "NONE",
"baseScore": 4.3,
"confidentialityImpact": "NONE",
"integrityImpact": "PARTIAL",
"vectorString": "AV:N/AC:M/Au:N/C:N/I:P/A:N",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: IDNA 2003 makes curl use wrong host"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
}
],
"cve": "CVE-2016-9586",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2016-12-13T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1406712"
}
],
"notes": [
{
"category": "description",
"text": "curl before version 7.52.0 is vulnerable to a buffer overflow when doing a large floating point output in libcurl\u0027s implementation of the printf() functions. If there are any application that accepts a format string from the outside without necessary input filtering, it could allow remote attacks.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: printf floating point buffer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2016-9586"
},
{
"category": "external",
"summary": "RHBZ#1406712",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1406712"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2016-9586",
"url": "https://www.cve.org/CVERecord?id=CVE-2016-9586"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2016-9586",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2016-9586"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20161221A.html",
"url": "https://curl.haxx.se/docs/adv_20161221A.html"
}
],
"release_date": "2016-12-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v2": {
"accessComplexity": "HIGH",
"accessVector": "NETWORK",
"authentication": "NONE",
"availabilityImpact": "PARTIAL",
"baseScore": 2.6,
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"vectorString": "AV:N/AC:H/Au:N/C:N/I:N/A:P",
"version": "2.0"
},
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: printf floating point buffer overflow"
},
{
"cve": "CVE-2017-7407",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2017-04-04T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1439190"
}
],
"notes": [
{
"category": "description",
"text": "The ourWriteOut function in tool_writeout.c in curl 7.53.1 might allow physically proximate attackers to obtain sensitive information from process memory in opportunistic circumstances by reading a workstation screen during use of a --write-out argument ending in a \u0027%\u0027 character, which leads to a heap-based buffer over-read.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: --write-out out of bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This flaw did not affect Red Hat Enterprise Linux 8 and Red Hat Software Collections 3, as they already included the fixed version of the `curl` package.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-7407"
},
{
"category": "external",
"summary": "RHBZ#1439190",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1439190"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-7407",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-7407"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-7407",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-7407"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20170403.html",
"url": "https://curl.haxx.se/docs/adv_20170403.html"
}
],
"release_date": "2017-04-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "PHYSICAL",
"availabilityImpact": "NONE",
"baseScore": 2.4,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.1/AV:P/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:N",
"version": "3.1"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: --write-out out of bounds read"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Alex Nichols"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2017-8816",
"cwe": {
"id": "CWE-190",
"name": "Integer Overflow or Wraparound"
},
"discovery_date": "2017-11-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1515757"
}
],
"notes": [
{
"category": "description",
"text": "The NTLM authentication feature in curl and libcurl before 7.57.0 on 32-bit platforms allows attackers to cause a denial of service (integer overflow and resultant buffer overflow, and application crash) or possibly have unspecified other impact via vectors involving long user and password fields.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: NTLM buffer overflow via integer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-8816"
},
{
"category": "external",
"summary": "RHBZ#1515757",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515757"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-8816",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8816"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-8816",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-8816"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_2017-12e7.html",
"url": "https://curl.haxx.se/docs/adv_2017-12e7.html"
}
],
"release_date": "2017-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: NTLM buffer overflow via integer overflow"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"the OSS-Fuzz project"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2017-8817",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2017-11-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1515760"
}
],
"notes": [
{
"category": "description",
"text": "The FTP wildcard function in curl and libcurl before 7.57.0 allows remote attackers to cause a denial of service (out-of-bounds read and application crash) or possibly have unspecified other impact via a string that ends with an \u0027[\u0027 character.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: FTP wildcard out of bounds read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-8817"
},
{
"category": "external",
"summary": "RHBZ#1515760",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1515760"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-8817",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-8817"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-8817",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-8817"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_2017-ae72.html",
"url": "https://curl.haxx.se/docs/adv_2017-ae72.html"
}
],
"release_date": "2017-11-29T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.1,
"baseSeverity": "LOW",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: FTP wildcard out of bounds read"
},
{
"cve": "CVE-2017-15710",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2018-03-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1560599"
}
],
"notes": [
{
"category": "description",
"text": "In Apache httpd 2.0.23 to 2.0.65, 2.2.0 to 2.2.34, and 2.4.0 to 2.4.29, mod_authnz_ldap, if configured with AuthLDAPCharsetConfig, uses the Accept-Language header value to lookup the right charset encoding when verifying the user\u0027s credentials. If the header value is not present in the charset conversion table, a fallback mechanism is used to truncate it to a two characters value to allow a quick retry (for example, \u0027en-US\u0027 is truncated to \u0027en\u0027). A header value of less than two characters forces an out of bound write of one NUL byte to a memory location that is not part of the string. In the worst case, quite unlikely, the process would crash which could be used as a Denial of Service attack. In the more likely case, this memory is already reserved for future use and the issue has no effect at all.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: Out of bounds write in mod_authnz_ldap when using too small Accept-Language values",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-15710"
},
{
"category": "external",
"summary": "RHBZ#1560599",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560599"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-15710",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15710"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15710",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15710"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2018-03-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 5.9,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "httpd: Out of bounds write in mod_authnz_ldap when using too small Accept-Language values"
},
{
"cve": "CVE-2017-15715",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2018-03-24T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1560614"
}
],
"notes": [
{
"category": "description",
"text": "In Apache httpd 2.4.0 to 2.4.29, the expression specified in \u003cFilesMatch\u003e could match \u0027$\u0027 to a newline character in a malicious filename, rather than matching only the end of the filename. This could be exploited in environments where uploads of some files are are externally blocked, but only by matching the trailing portion of the filename.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: \u003cFilesMatch\u003e bypass with a trailing newline in the file name",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The \"FilesMatch\" directive is not enabled in the default httpd configuration as shipped with Red Hat Enterprise Linux, and needs to be explicitly enabled. Therefore this flaw has no impact on the default versions of the httpd package as shipped with Red Hat Enterprise Linux.\n\nRed Hat Satellite 6 uses Red Hat Enterprise Linux 7\u0027s httpd package, and enables the \"FilesMatch\" directive. However, this is not believed to have an impact on security, as, in the context of a Satellite, no one is expected to have the ability to modify file names in the concerned directories. This is not considered as a vector for attack.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-15715"
},
{
"category": "external",
"summary": "RHBZ#1560614",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560614"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-15715",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-15715"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-15715",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-15715"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2018-03-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "httpd: \u003cFilesMatch\u003e bypass with a trailing newline in the file name"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Even Rouault"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2017-1000100",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2017-08-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1478310"
}
],
"notes": [
{
"category": "description",
"text": "When doing a TFTP transfer and curl/libcurl is given a URL that contains a very long file name (longer than about 515 bytes), the file name is truncated to fit within the buffer boundaries, but the buffer size is still wrongly updated to use the untruncated length. This too large value is then used in the sendto() call, making curl attempt to send more data than what is actually put into the buffer. The endto() function will then read beyond the end of the heap based buffer. A malicious HTTP(S) server could redirect a vulnerable libcurl-using client to a crafted TFTP URL (if the client hasn\u0027t restricted which protocols it allows redirects to) and trick it to send private memory contents to a remote server over UDP. Limit curl\u0027s redirect protocols with --proto-redir and libcurl\u0027s with CURLOPT_REDIR_PROTOCOLS.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: TFTP sends more than buffer size",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as having Low security impact. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-1000100"
},
{
"category": "external",
"summary": "RHBZ#1478310",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1478310"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000100",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000100"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000100",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000100"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20170809B.html",
"url": "https://curl.haxx.se/docs/adv_20170809B.html"
}
],
"release_date": "2017-08-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: TFTP sends more than buffer size"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Brian Carpenter"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2017-1000101",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2017-08-01T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1478309"
}
],
"notes": [
{
"category": "description",
"text": "curl supports \"globbing\" of URLs, in which a user can pass a numerical range to have the tool iterate over those numbers to do a sequence of transfers. In the globbing function that parses the numerical range, there was an omission that made curl read a byte beyond the end of the URL if given a carefully crafted, or just wrongly written, URL. The URL is stored in a heap based buffer, so it could then be made to wrongly read something else instead of crashing. An example of a URL that triggers the flaw would be `http://ur%20[0-60000000000000000000`.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: URL globbing out of bounds read",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "Red Hat Product Security has rated this issue as having Low security impact. This issue is not currently planned to be addressed in future updates. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-1000101"
},
{
"category": "external",
"summary": "RHBZ#1478309",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1478309"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000101",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000101"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000101",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000101"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20170809A.html",
"url": "https://curl.haxx.se/docs/adv_20170809A.html"
}
],
"release_date": "2017-08-09T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: URL globbing out of bounds read"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Max Dymond"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2017-1000254",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2017-09-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1495541"
}
],
"notes": [
{
"category": "description",
"text": "libcurl may read outside of a heap allocated buffer when doing FTP. When libcurl connects to an FTP server and successfully logs in (anonymous or not), it asks the server for the current directory with the `PWD` command. The server then responds with a 257 response containing the path, inside double quotes. The returned path name is then kept by libcurl for subsequent uses. Due to a flaw in the string parser for this directory name, a directory name passed like this but without a closing double quote would lead to libcurl not adding a trailing NUL byte to the buffer holding the name. When libcurl would then later access the string, it could read beyond the allocated heap buffer and crash or wrongly access data beyond the buffer, thinking it was part of the path. A malicious server could abuse this fact and effectively prevent libcurl-based clients to work with it - the PWD command is always issued on new FTP connections and the mistake has a high chance of causing a segfault. The simple fact that this has issue remained undiscovered for this long could suggest that malformed PWD responses are rare in benign servers. We are not aware of any exploit of this flaw. This bug was introduced in commit [415d2e7cb7](https://github.com/curl/curl/commit/415d2e7cb7), March 2005. In libcurl version 7.56.0, the parser always zero terminates the string but also rejects it if not terminated properly with a final double quote.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: FTP PWD response parser out of bounds read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-1000254"
},
{
"category": "external",
"summary": "RHBZ#1495541",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1495541"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000254",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000254"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000254",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000254"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20171004.html",
"url": "https://curl.haxx.se/docs/adv_20171004.html"
}
],
"release_date": "2017-10-04T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: FTP PWD response parser out of bounds read"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Brian Carpenter",
"the OSS-Fuzz project"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2017-1000257",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2017-10-17T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1503705"
}
],
"notes": [
{
"category": "description",
"text": "A buffer overrun flaw was found in the IMAP handler of libcurl. By tricking an unsuspecting user into connecting to a malicious IMAP server, an attacker could exploit this flaw to potentially cause information disclosure or crash the application.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: IMAP FETCH response out of bounds read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2017-1000257"
},
{
"category": "external",
"summary": "RHBZ#1503705",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1503705"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2017-1000257",
"url": "https://www.cve.org/CVERecord?id=CVE-2017-1000257"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000257",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2017-1000257"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_20171023.html",
"url": "https://curl.haxx.se/docs/adv_20171023.html"
}
],
"release_date": "2017-10-23T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"category": "workaround",
"details": "Switch off IMAP in `CURLOPT_PROTOCOLS`",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: IMAP FETCH response out of bounds read"
},
{
"cve": "CVE-2018-1283",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-03-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1560395"
}
],
"notes": [
{
"category": "description",
"text": "It has been discovered that the mod_session module of Apache HTTP Server (httpd), through version 2.4.29, has an improper input validation flaw in the way it handles HTTP session headers in some configurations. A remote attacker may influence their content by using a \"Session\" header.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: Improper handling of headers in mod_session can allow a remote user to modify session data for CGI applications",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue did not affect the versions of httpd as shipped with Red Hat Enterprise Linux 5 and 6 as they did not include mod_session module.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1283"
},
{
"category": "external",
"summary": "RHBZ#1560395",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560395"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1283",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1283"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1283",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1283"
}
],
"release_date": "2018-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.8,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "httpd: Improper handling of headers in mod_session can allow a remote user to modify session data for CGI applications"
},
{
"cve": "CVE-2018-1301",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1560643"
}
],
"notes": [
{
"category": "description",
"text": "A specially crafted request could have crashed the Apache HTTP Server prior to version 2.4.30, due to an out of bound access after a size limit is reached by reading the HTTP header. This vulnerability is considered very hard if not impossible to trigger in non-debug mode (both log and build level), so it is classified as low risk for common server usage.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: Out of bounds access after failure in reading the HTTP request",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1301"
},
{
"category": "external",
"summary": "RHBZ#1560643",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560643"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1301",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1301"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1301",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1301"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2018-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 3.7,
"baseSeverity": "LOW",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "httpd: Out of bounds access after failure in reading the HTTP request"
},
{
"cve": "CVE-2018-1303",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-03-26T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1560399"
}
],
"notes": [
{
"category": "description",
"text": "A specially crafted HTTP request header could have crashed the Apache HTTP Server prior to version 2.4.30 due to an out of bound read while preparing data to be cached in shared memory. It could be used as a Denial of Service attack against users of mod_cache_socache. The vulnerability is considered as low risk since mod_cache_socache is not widely used, mod_cache_disk is not concerned by this vulnerability.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: Out of bounds read in mod_cache_socache can allow a remote attacker to cause DoS",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The versions of httpd package shipped with Red Hat Enterprise Linux are by default configured in prefork MPM mode, which means that this flaw can result in a crash of child process. The main web server process will not be killed. Also, though the module is loaded by default, it needs to be specifically enabled in order to be exposed to the security flaw.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1303"
},
{
"category": "external",
"summary": "RHBZ#1560399",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560399"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1303",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1303"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1303",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1303"
}
],
"release_date": "2018-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "httpd: Out of bounds read in mod_cache_socache can allow a remote attacker to cause DoS"
},
{
"cve": "CVE-2018-1312",
"cwe": {
"id": "CWE-305",
"name": "Authentication Bypass by Primary Weakness"
},
"discovery_date": "2018-03-21T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1560634"
}
],
"notes": [
{
"category": "description",
"text": "In Apache httpd 2.2.0 to 2.4.29, when generating an HTTP Digest authentication challenge, the nonce sent to prevent reply attacks was not correctly generated using a pseudo-random seed. In a cluster of servers using a common Digest authentication configuration, HTTP requests could be replayed across servers by an attacker without detection.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: Weak Digest auth nonce generation in mod_auth_digest",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "The \"AuthType Digest\" directive is not enabled in the default httpd configuration as shipped with Red Hat Enterprise Linux, and needs to be explicitly enabled. Therefore this flaw has no impact on the default versions of the httpd package as shipped with Red Hat Enterprise Linux. Also upstream discourages the use of mod_auth_digest because of its inherent security weaknesses and recommends the use of mod_ssl.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1312"
},
{
"category": "external",
"summary": "RHBZ#1560634",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1560634"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1312",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1312"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1312",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1312"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html"
}
],
"release_date": "2018-03-21T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 4.2,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:L/I:L/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "httpd: Weak Digest auth nonce generation in mod_auth_digest"
},
{
"cve": "CVE-2018-1333",
"cwe": {
"id": "CWE-400",
"name": "Uncontrolled Resource Consumption"
},
"discovery_date": "2018-07-20T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1605048"
}
],
"notes": [
{
"category": "description",
"text": "By specially crafting HTTP/2 requests, workers would be allocated 60 seconds longer than necessary, leading to worker exhaustion and a denial of service. Fixed in Apache HTTP Server 2.4.34 (Affected 2.4.18-2.4.30,2.4.33).",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: mod_http2: Too much time allocated to workers, possibly leading to DoS",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1333"
},
{
"category": "external",
"summary": "RHBZ#1605048",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1605048"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1333",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1333"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1333",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1333"
},
{
"category": "external",
"summary": "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2018-1333",
"url": "https://httpd.apache.org/security/vulnerabilities_24.html#CVE-2018-1333"
}
],
"release_date": "2018-07-18T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "httpd: mod_http2: Too much time allocated to workers, possibly leading to DoS"
},
{
"cve": "CVE-2018-11763",
"cwe": {
"id": "CWE-20",
"name": "Improper Input Validation"
},
"discovery_date": "2018-09-25T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1633399"
}
],
"notes": [
{
"category": "description",
"text": "In Apache HTTP Server 2.4.17 to 2.4.34, by sending continuous, large SETTINGS frames a client can occupy a connection, server thread and CPU time without any connection timeout coming to effect. This affects only HTTP/2 connections. A possible mitigation is to not enable the h2 protocol.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "httpd: DoS for HTTP/2 connections by continuous SETTINGS frames",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-11763"
},
{
"category": "external",
"summary": "RHBZ#1633399",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1633399"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-11763",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-11763"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-11763",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-11763"
}
],
"release_date": "2018-09-25T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:H",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "httpd: DoS for HTTP/2 connections by continuous SETTINGS frames"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Zhaoyang Wu"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-14618",
"cwe": {
"id": "CWE-131",
"name": "Incorrect Calculation of Buffer Size"
},
"discovery_date": "2018-08-27T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1622707"
}
],
"notes": [
{
"category": "description",
"text": "curl before version 7.61.1 is vulnerable to a buffer overrun in the NTLM authentication code. The internal function Curl_ntlm_core_mk_nt_hash multiplies the length of the password by two (SUM) to figure out how large temporary storage area to allocate from the heap. The length value is then subsequently used to iterate over the password and generate output into the allocated storage buffer. On systems with a 32 bit size_t, the math to calculate SUM triggers an integer overflow when the password length exceeds 2GB (2^31 bytes). This integer overflow usually causes a very small buffer to actually get allocated instead of the intended very huge one, making the use of that buffer end up in a heap buffer overflow. (This bug is almost identical to CVE-2017-8816.)",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: NTLM password overflow via integer overflow",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-14618"
},
{
"category": "external",
"summary": "RHBZ#1622707",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1622707"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-14618",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-14618"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-14618",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-14618"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/CVE-2018-14618.html",
"url": "https://curl.haxx.se/docs/CVE-2018-14618.html"
}
],
"release_date": "2018-09-05T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "HIGH",
"attackVector": "NETWORK",
"availabilityImpact": "HIGH",
"baseScore": 7.5,
"baseSeverity": "HIGH",
"confidentialityImpact": "HIGH",
"integrityImpact": "HIGH",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:H/PR:N/UI:R/S:U/C:H/I:H/A:H",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: NTLM password overflow via integer overflow"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Craig de Stigter"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-1000007",
"cwe": {
"id": "CWE-200",
"name": "Exposure of Sensitive Information to an Unauthorized Actor"
},
"discovery_date": "2018-01-19T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1537125"
}
],
"notes": [
{
"category": "description",
"text": "It was found that curl and libcurl might send their Authentication header to a third party HTTP server upon receiving an HTTP REDIRECT reply. This could leak authentication token to external entities.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: HTTP authentication leak in redirects",
"title": "Vulnerability summary"
},
{
"category": "other",
"text": "This issue affects the versions of curl as shipped with Red Hat Enterprise Linux 5, 6, and 7, as well as the versions of httpd24-curl as shipped with Red Hat Software Collections. Red Hat Product Security has rated this issue as having Moderate security impact. A future update may address this issue. For additional information, refer to the Issue Severity Classification: https://access.redhat.com/security/updates/classification/.",
"title": "Statement"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1000007"
},
{
"category": "external",
"summary": "RHBZ#1537125",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1537125"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000007",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000007"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000007",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000007"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_2018-b3bf.html",
"url": "https://curl.haxx.se/docs/adv_2018-b3bf.html"
}
],
"release_date": "2018-01-24T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"category": "workaround",
"details": "By default, curl and libcurl will not follow redirect requests.\nThis flaw happens only when curl or libcurl are explicitly requested to follow redirects (option --location in curl, and CURLOPT_FOLLOWLOCATION in libcurl).\nTo mitigate this, it is possible to prevent the automated following of redirects, replacing it by manual redirects (and remove the authentication header), for example.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "NONE",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "HIGH",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:H/I:N/A:N",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: HTTP authentication leak in redirects"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Duy Phan Thanh"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-1000120",
"cwe": {
"id": "CWE-787",
"name": "Out-of-bounds Write"
},
"discovery_date": "2018-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1552628"
}
],
"notes": [
{
"category": "description",
"text": "It was found that libcurl did not safely parse FTP URLs when using the CURLOPT_FTP_FILEMETHOD method. An attacker, able to provide a specially crafted FTP URL to an application using libcurl, could write a NULL byte at an arbitrary location, resulting in a crash or an unspecified behavior.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: FTP path trickery leads to NIL byte out of bounds write",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1000120"
},
{
"category": "external",
"summary": "RHBZ#1552628",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1552628"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000120",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000120"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000120",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000120"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_2018-9cd6.html",
"url": "https://curl.haxx.se/docs/adv_2018-9cd6.html"
}
],
"release_date": "2018-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
},
{
"category": "workaround",
"details": "Preventing application from using non-default CURLOPT_FTP_FILEMETHOD will avoid triggering the vulnerable code.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "LOW",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:N/I:L/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: FTP path trickery leads to NIL byte out of bounds write"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Dario Weisser"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-1000121",
"cwe": {
"id": "CWE-476",
"name": "NULL Pointer Dereference"
},
"discovery_date": "2018-03-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1552631"
}
],
"notes": [
{
"category": "description",
"text": "A NULL pointer dereference flaw was found in the way libcurl checks values returned by the openldap ldap_get_attribute_ber() function. A malicious LDAP server could use this flaw to crash a libcurl client application via a specially crafted LDAP reply.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: LDAP NULL pointer dereference",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1000121"
},
{
"category": "external",
"summary": "RHBZ#1552631",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1552631"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000121",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000121"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000121",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000121"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_2018-97a2.html",
"url": "https://curl.haxx.se/docs/adv_2018-97a2.html"
}
],
"release_date": "2018-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.3,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "NONE",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Low"
}
],
"title": "curl: LDAP NULL pointer dereference"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"Max Dymond"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-1000122",
"cwe": {
"id": "CWE-122",
"name": "Heap-based Buffer Overflow"
},
"discovery_date": "2018-03-08T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1553398"
}
],
"notes": [
{
"category": "description",
"text": "A buffer over-read exists in curl 7.20.0 to and including curl 7.58.0 in the RTSP+RTP handling code that allows an attacker to cause a denial of service or information leakage",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: RTSP RTP buffer over-read",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1000122"
},
{
"category": "external",
"summary": "RHBZ#1553398",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1553398"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000122",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000122"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000122",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000122"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_2018-b047.html",
"url": "https://curl.haxx.se/docs/adv_2018-b047.html"
}
],
"release_date": "2018-03-14T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 6.5,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "NONE",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: RTSP RTP buffer over-read"
},
{
"acknowledgments": [
{
"names": [
"the Curl project"
]
},
{
"names": [
"the OSS-Fuzz project"
],
"summary": "Acknowledged by upstream."
}
],
"cve": "CVE-2018-1000301",
"cwe": {
"id": "CWE-125",
"name": "Out-of-bounds Read"
},
"discovery_date": "2018-05-07T00:00:00+00:00",
"ids": [
{
"system_name": "Red Hat Bugzilla ID",
"text": "1575536"
}
],
"notes": [
{
"category": "description",
"text": "curl version curl 7.20.0 to and including curl 7.59.0 contains a CWE-126: Buffer Over-read vulnerability in denial of service that can result in curl can be tricked into reading data beyond the end of a heap based buffer used to store downloaded RTSP content.. This vulnerability appears to have been fixed in curl \u003c 7.20.0 and curl \u003e= 7.60.0.",
"title": "Vulnerability description"
},
{
"category": "summary",
"text": "curl: Out-of-bounds heap read when missing RTSP headers allows information leak or denial of service",
"title": "Vulnerability summary"
},
{
"category": "general",
"text": "The CVSS score(s) listed for this vulnerability do not reflect the associated product\u0027s status, and are included for informational purposes to better understand the severity of this vulnerability.",
"title": "CVSS score applicability"
}
],
"product_status": {
"fixed": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
},
"references": [
{
"category": "self",
"summary": "Canonical URL",
"url": "https://access.redhat.com/security/cve/CVE-2018-1000301"
},
{
"category": "external",
"summary": "RHBZ#1575536",
"url": "https://bugzilla.redhat.com/show_bug.cgi?id=1575536"
},
{
"category": "external",
"summary": "https://www.cve.org/CVERecord?id=CVE-2018-1000301",
"url": "https://www.cve.org/CVERecord?id=CVE-2018-1000301"
},
{
"category": "external",
"summary": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000301",
"url": "https://nvd.nist.gov/vuln/detail/CVE-2018-1000301"
},
{
"category": "external",
"summary": "https://curl.haxx.se/docs/adv_2018-b138.html",
"url": "https://curl.haxx.se/docs/adv_2018-b138.html"
}
],
"release_date": "2018-05-16T00:00:00+00:00",
"remediations": [
{
"category": "vendor_fix",
"date": "2018-11-13T08:36:35+00:00",
"details": "For details on how to apply this update, which includes the changes described in this advisory, refer to:\n\nhttps://access.redhat.com/articles/11258\n\nAfter installing the updated packages, the httpd daemon will be restarted automatically.",
"product_ids": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
],
"restart_required": {
"category": "none"
},
"url": "https://access.redhat.com/errata/RHSA-2018:3558"
}
],
"scores": [
{
"cvss_v3": {
"attackComplexity": "LOW",
"attackVector": "NETWORK",
"availabilityImpact": "LOW",
"baseScore": 5.4,
"baseSeverity": "MEDIUM",
"confidentialityImpact": "LOW",
"integrityImpact": "NONE",
"privilegesRequired": "NONE",
"scope": "UNCHANGED",
"userInteraction": "REQUIRED",
"vectorString": "CVSS:3.0/AV:N/AC:L/PR:N/UI:R/S:U/C:L/I:N/A:L",
"version": "3.0"
},
"products": [
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.src",
"6Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el6.noarch",
"6Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.src",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el6.x86_64",
"6Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el6.x86_64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.aarch64",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-Alt-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.4.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.5.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2-7.6.Z:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Server-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Server-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Server-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.ppc64le",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.s390x",
"7Server-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.src",
"7Workstation-RHSCL-3.2:httpd24-curl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-curl-debuginfo-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-httpd-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-debuginfo-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-devel-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-httpd-manual-0:2.4.34-7.el7.noarch",
"7Workstation-RHSCL-3.2:httpd24-httpd-tools-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libcurl-devel-0:7.61.1-1.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-libnghttp2-devel-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ldap-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_md-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_proxy_html-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_session-0:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-mod_ssl-1:2.4.34-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.src",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-0:1.7.1-7.el7.x86_64",
"7Workstation-RHSCL-3.2:httpd24-nghttp2-debuginfo-0:1.7.1-7.el7.x86_64"
]
}
],
"threats": [
{
"category": "impact",
"details": "Moderate"
}
],
"title": "curl: Out-of-bounds heap read when missing RTSP headers allows information leak or denial of service"
}
]
}
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.